.login {
    background: azure url(../img/bg-20201207.png) no-repeat fixed left top;
    overflow-y: auto;
}
@media (min-width: 768px) {
    .login {
        background-size: 100% 100%;
    }
}
.login-header {
    position: static;
    color: #000;
}
@media (min-width: 768px) {
    .login-header {
        background-color: rgba(0, 123, 255, 0.25);
    }
}
@media (max-width: 767.98px) {
    .login-header {
        background-color: rgba(0, 123, 255, 0.25);
    }
}
.login-footer {
    background-color: rgba(4, 245, 200, 0.08);
    border-top: 1px solid rgba(4, 245, 200, 0.08);
}
@media (min-width: 768px) {
    .login-body {
        padding-top: 6rem;
    }
}
@media (max-width: 767.98px) {
    .login-body {
        padding-top: 2rem;
    }
}
.login-title {
    text-align: right;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .login-title {
        margin-right: 1rem;
    }
}
@media (min-width: 1200px) {
    .login-title {
        margin-right: 3rem;
    }
}
.login-caption {
    color: #333399;
    margin-top: 2em;
}
.login-caption > span:first-child {
    font-size: 42px;
    font-family: SimSun, 'Segoe UI', lucida, helvetica;
    display: block;
}
.login-caption > span:last-child {
    padding-left: 4px;
    font-size: 18px;
    font-family: 'Segoe UI', lucida, helvetica;
    display: block;
}
@media (min-width: 768px) {
    .login-content {
        border-radius: 0.25rem;
        padding: 20px;
        background: rgba(255, 255, 255, 0.2);
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .login-content {
        max-width: 360px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .login-content {
        margin-left: 2rem;
        max-width: 420px;
    }
}
@media (min-width: 1200px) {
    .login-content {
        margin-left: 4rem;
        max-width: 420px;
    }
}
.login-content button.disabled,
.login-content button:disabled {
    opacity: 0.75;
}
@media (max-width: 767.98px) {
    .login-welcome {
        text-align: center;
        color: #333399;
    }
}
@media (min-width: 768px) {
    .header a.navbar-brand .collapsed,
    .header a.navbar-brand .expanded {
        position: absolute;
        top: calc(50% - 0.75rem);
        left: -1rem;
        color: #fff;
        opacity: 0;
        transition: opacity 1.2s;
    }
    .header a.navbar-brand .collapsed {
        display: none;
    }
    .header a.navbar-brand.sidebar-expanded .collapsed {
        display: none;
    }
    .header a.navbar-brand.sidebar-expanded .expanded {
        display: block;
    }
    .header a.navbar-brand.sidebar-collapsed .collapsed {
        display: block;
    }
    .header a.navbar-brand.sidebar-collapsed .expanded {
        display: none;
    }
    .header .navbar:hover .collapsed,
    .header .navbar:hover .expanded {
        opacity: 0.5;
    }
}
@media (max-width: 767.98px) {
    .header a.navbar-brand .collapsed,
    .header a.navbar-brand .expanded {
        display: none;
    }
}
.header .msg-wrap {
    position: relative;
}
.header .msg-wrap .has-unread-msg::after {
    content: ' ';
    background: red;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    top: -2px;
    right: 0px;
    position: absolute;
}
.modal-body .paragraph > .p-header {
    margin-bottom: 1rem;
    background-color: #f5f5f5;
    padding: 0.5rem 0.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.25rem;
    color: #6c757d;
}
.modal-body .paragraph > .p-header:not(.disabled) {
    cursor: pointer;
}
.modal-body .paragraph > .p-header:not(.disabled):hover {
    color: #333;
    background-color: #f0f0f0;
}
.modal-body .paragraph > .p-body {
    display: none;
}
.modal-body .paragraph:not(:last-of-type) > .p-body {
    padding-bottom: 2em;
}
.home-misc {
    min-height: calc(100vh - 160px);
}
.home-misc .card {
    border-left: 0;
    border-right: 0;
}
.home-misc .card:first-child {
    border-top-width: 0;
}
.home-misc .card:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.home-misc .card-header {
    background-color: #f5f5f5;
    margin-bottom: 0;
    border-bottom-width: 0;
}
.home-misc .card-body {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.home-misc .card-body .list-group-item {
    border-top: 0;
    border-bottom: 0;
}
.home-misc .sq-attr-list .sq-attr {
    display: flex;
    justify-content: space-between;
}
.home-misc .sq-attr-list .sq-attr:not(:last-child) {
    margin-bottom: 0.5rem;
}
.table-sys-menu {
    min-width: 806px;
}
.table-sys-menu th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-sys-menu th:nth-child(2) {
    width: auto;
}
@media (min-width: 1024px) {
    .table-sys-menu th:nth-child(2) {
        width: auto;
    }
}
@media (min-width: 1351px) {
    .table-sys-menu th:nth-child(2) {
        width: 9em;
    }
}
@media (min-width: 1905px) {
    .table-sys-menu th:nth-child(2) {
        width: 16em;
    }
}
@media (min-width: 2545px) {
    .table-sys-menu th:nth-child(2) {
        width: 22em;
    }
}
.table-sys-menu th:nth-child(3) {
    width: 5em;
}
.table-sys-menu th:nth-child(4) {
    width: 4em;
    text-align: right;
}
.table-sys-menu th:nth-child(5) {
    width: auto;
}
@media (min-width: 1024px) {
    .table-sys-menu th:nth-child(5) {
        width: auto;
    }
}
@media (min-width: 1351px) {
    .table-sys-menu th:nth-child(5) {
        width: 9em;
    }
}
@media (min-width: 1905px) {
    .table-sys-menu th:nth-child(5) {
        width: 16em;
    }
}
@media (min-width: 2545px) {
    .table-sys-menu th:nth-child(5) {
        width: 22em;
    }
}
.table-sys-menu th:nth-child(6) {
    width: auto;
}
.table-sys-menu th:nth-child(7) {
    width: 7em;
    text-align: center;
}
.table-sys-menu td:nth-child(1) {
    text-align: center;
}
.table-sys-menu td:nth-child(4) {
    text-align: right;
}
.table-sys-menu td:nth-child(7) {
    text-align: center;
}
.table-sys-org {
    min-width: 806px;
}
.table-sys-org th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-sys-org th:nth-child(2) {
    width: auto;
}
@media (min-width: 1024px) {
    .table-sys-org th:nth-child(2) {
        width: auto;
    }
}
@media (min-width: 1351px) {
    .table-sys-org th:nth-child(2) {
        width: 8em;
    }
}
@media (min-width: 1665px) {
    .table-sys-org th:nth-child(2) {
        width: 12em;
    }
}
@media (min-width: 1905px) {
    .table-sys-org th:nth-child(2) {
        width: 16em;
    }
}
.table-sys-org th:nth-child(3) {
    width: auto;
}
@media (min-width: 1024px) {
    .table-sys-org th:nth-child(3) {
        width: auto;
    }
}
@media (min-width: 1351px) {
    .table-sys-org th:nth-child(3) {
        width: 8em;
    }
}
@media (min-width: 1665px) {
    .table-sys-org th:nth-child(3) {
        width: 12em;
    }
}
@media (min-width: 1905px) {
    .table-sys-org th:nth-child(3) {
        width: auto;
    }
}
.table-sys-org th:nth-child(4) {
    width: 4em;
    text-align: right;
}
.table-sys-org th:nth-child(5) {
    width: 7em;
    text-align: center;
}
.table-sys-org th:nth-child(6) {
    width: 0;
    column-width: 0;
}
@media (min-width: 1024px) {
    .table-sys-org th:nth-child(6) {
        width: 0;
    }
}
@media (min-width: 1351px) {
    .table-sys-org th:nth-child(6) {
        width: 0;
    }
}
@media (min-width: 1665px) {
    .table-sys-org th:nth-child(6) {
        width: 12em;
        column-width: auto;
    }
}
@media (min-width: 1905px) {
    .table-sys-org th:nth-child(6) {
        width: auto;
    }
}
.table-sys-org th:nth-child(7) {
    width: 5em;
}
.table-sys-org th:nth-child(8) {
    width: auto;
}
@media (min-width: 1024px) {
    .table-sys-org th:nth-child(8) {
        width: auto;
    }
}
@media (min-width: 1351px) {
    .table-sys-org th:nth-child(8) {
        width: 8em;
    }
}
@media (min-width: 1665px) {
    .table-sys-org th:nth-child(8) {
        width: 12em;
    }
}
@media (min-width: 1905px) {
    .table-sys-org th:nth-child(8) {
        width: auto;
    }
}
.table-sys-org th:nth-child(9) {
    width: 9em;
    text-align: center;
}
.table-sys-org td:nth-child(1) {
    text-align: center;
}
.table-sys-org td:nth-child(4) {
    text-align: right;
}
.table-sys-org td:nth-child(5),
.table-sys-org td:nth-child(9) {
    text-align: center;
}
.table-sys-pos {
    min-width: 463px;
}
.table-sys-pos th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-sys-pos th:nth-child(2) {
    width: auto;
}
.table-sys-pos th:nth-child(3) {
    width: 9em;
    text-align: center;
}
.table-sys-pos td:nth-child(1) {
    text-align: center;
}
.table-sys-pos td:nth-child(3) {
    text-align: center;
}
.table-sys-user {
    min-width: 806px;
}
.table-sys-user th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-sys-user th:nth-child(2),
.table-sys-user th:nth-child(3),
.table-sys-user th:nth-child(4) {
    width: auto;
}
@media (min-width: 1351px) {
    .table-sys-user th:nth-child(2),
    .table-sys-user th:nth-child(3),
    .table-sys-user th:nth-child(4) {
        width: auto;
    }
}
@media (min-width: 1665px) {
    .table-sys-user th:nth-child(2),
    .table-sys-user th:nth-child(3),
    .table-sys-user th:nth-child(4) {
        width: 12em;
    }
}
@media (min-width: 1905px) {
    .table-sys-user th:nth-child(2),
    .table-sys-user th:nth-child(3),
    .table-sys-user th:nth-child(4) {
        width: auto;
    }
}
.table-sys-user th:nth-child(5) {
    width: 5em;
    text-align: center;
}
.table-sys-user th:nth-child(6) {
    width: 4em;
    text-align: center;
}
.table-sys-user th:nth-child(7) {
    width: auto;
}
@media (min-width: 1024px) {
    .table-sys-user th:nth-child(7) {
        width: auto;
    }
}
@media (min-width: 1351px) {
    .table-sys-user th:nth-child(7) {
        width: 8em;
    }
}
@media (min-width: 1665px) {
    .table-sys-user th:nth-child(7) {
        width: 12em;
    }
}
@media (min-width: 1905px) {
    .table-sys-user th:nth-child(7) {
        width: auto;
    }
}
.table-sys-user th:nth-child(8),
.table-sys-user th:nth-child(9) {
    width: 0;
    column-width: 0;
}
@media (min-width: 1024px) {
    .table-sys-user th:nth-child(8),
    .table-sys-user th:nth-child(9) {
        width: 0;
    }
}
@media (min-width: 1351px) {
    .table-sys-user th:nth-child(8),
    .table-sys-user th:nth-child(9) {
        width: 0;
    }
}
@media (min-width: 1665px) {
    .table-sys-user th:nth-child(8),
    .table-sys-user th:nth-child(9) {
        width: 8em;
        column-width: auto;
    }
}
@media (min-width: 1905px) {
    .table-sys-user th:nth-child(8),
    .table-sys-user th:nth-child(9) {
        width: auto;
    }
}
.table-sys-user th:nth-child(10) {
    width: 0;
    column-width: 0;
}
.table-sys-user th:nth-child(11) {
    width: 11em;
    text-align: center;
}
.table-sys-user td:nth-child(1),
.table-sys-user td:nth-child(5),
.table-sys-user td:nth-child(6),
.table-sys-user td:nth-child(11) {
    text-align: center;
}
.table-wg-menu {
    min-width: 1006px;
}
.table-wg-menu th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wg-menu th:nth-child(2) {
    width: auto;
}
@media (min-width: 1024px) {
    .table-wg-menu th:nth-child(2) {
        width: auto;
    }
}
@media (min-width: 1351px) {
    .table-wg-menu th:nth-child(2) {
        width: 9em;
    }
}
@media (min-width: 1905px) {
    .table-wg-menu th:nth-child(2) {
        width: 16em;
    }
}
@media (min-width: 2545px) {
    .table-wg-menu th:nth-child(2) {
        width: 22em;
    }
}
.table-wg-menu th:nth-child(3) {
    width: 5em;
}
.table-wg-menu th:nth-child(4) {
    width: 4em;
    text-align: right;
}
.table-wg-menu th:nth-child(5) {
    width: auto;
}
@media (min-width: 1024px) {
    .table-wg-menu th:nth-child(5) {
        width: auto;
    }
}
@media (min-width: 1351px) {
    .table-wg-menu th:nth-child(5) {
        width: 9em;
    }
}
@media (min-width: 1905px) {
    .table-wg-menu th:nth-child(5) {
        width: 16em;
    }
}
@media (min-width: 2545px) {
    .table-wg-menu th:nth-child(5) {
        width: 22em;
    }
}
.table-wg-menu th:nth-child(6) {
    width: auto;
}
.table-wg-menu th:nth-child(7) {
    width: 8em;
}
.table-wg-menu th:nth-child(8) {
    width: 7em;
    text-align: center;
}
.table-wg-menu td:nth-child(1) {
    text-align: center;
}
.table-wg-menu td:nth-child(4) {
    text-align: right;
}
.table-wg-menu td:nth-child(8) {
    text-align: center;
}
.table-wg-org {
    min-width: 1306px;
}
.table-wg-org th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wg-org th:nth-child(2) {
    width: auto;
}
@media (min-width: 1024px) {
    .table-wg-org th:nth-child(2) {
        width: auto;
    }
}
@media (min-width: 1351px) {
    .table-wg-org th:nth-child(2) {
        width: 7em;
    }
}
@media (min-width: 1665px) {
    .table-wg-org th:nth-child(2) {
        width: 12em;
    }
}
@media (min-width: 1905px) {
    .table-wg-org th:nth-child(2) {
        width: 16em;
    }
}
.table-wg-org th:nth-child(3) {
    width: auto;
}
@media (min-width: 1024px) {
    .table-wg-org th:nth-child(3) {
        width: auto;
    }
}
@media (min-width: 1351px) {
    .table-wg-org th:nth-child(3) {
        width: 6.5em;
    }
}
@media (min-width: 1665px) {
    .table-wg-org th:nth-child(3) {
        width: 12em;
    }
}
@media (min-width: 1905px) {
    .table-wg-org th:nth-child(3) {
        width: auto;
    }
}
.table-wg-org th:nth-child(4) {
    width: 4em;
    text-align: right;
}
.table-wg-org th:nth-child(5) {
    width: 7em;
    text-align: center;
}
.table-wg-org th:nth-child(6) {
    width: 5em;
    text-align: center;
}
.table-wg-org th:nth-child(7) {
    width: 0;
    column-width: 0;
}
@media (min-width: 1024px) {
    .table-wg-org th:nth-child(7) {
        width: 0;
    }
}
@media (min-width: 1351px) {
    .table-wg-org th:nth-child(7) {
        width: 0;
    }
}
@media (min-width: 1665px) {
    .table-wg-org th:nth-child(7) {
        width: 12em;
        column-width: auto;
    }
}
@media (min-width: 1905px) {
    .table-wg-org th:nth-child(7) {
        width: auto;
    }
}
.table-wg-org th:nth-child(8) {
    width: 15em;
}
.table-wg-org th:nth-child(9) {
    width: auto;
}
@media (min-width: 1024px) {
    .table-wg-org th:nth-child(9) {
        width: auto;
    }
}
@media (min-width: 1351px) {
    .table-wg-org th:nth-child(9) {
        width: 7em;
    }
}
@media (min-width: 1665px) {
    .table-wg-org th:nth-child(9) {
        width: 12em;
    }
}
@media (min-width: 1905px) {
    .table-wg-org th:nth-child(9) {
        width: auto;
    }
}
.table-wg-org th:nth-child(10) {
    width: 9em;
    text-align: center;
}
.table-wg-org td:nth-child(1) {
    text-align: center;
}
.table-wg-org td:nth-child(4) {
    text-align: right;
}
.table-wg-org td:nth-child(5),
.table-wg-org td:nth-child(6),
.table-wg-org td:nth-child(10) {
    text-align: center;
}
.table-wg-jgbm {
    min-width: 863px;
}
.table-wg-jgbm > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wg-jgbm > thead > tr > th:nth-child(2) {
    width: auto;
}
.table-wg-jgbm > thead > tr > th:nth-child(3) {
    width: 7em;
    text-align: center;
}
.table-wg-jgbm > thead > tr > th:nth-child(4) {
    width: 7em;
    text-align: right;
}
.table-wg-jgbm > thead > tr > th:nth-child(5),
.table-wg-jgbm > thead > tr > th:nth-child(6) {
    width: 7em;
    text-align: center;
}
.table-wg-jgbm > tbody > tr > td:nth-child(1),
.table-wg-jgbm > tbody > tr > td:nth-child(3),
.table-wg-jgbm > tbody > tr > td:nth-child(5),
.table-wg-jgbm > tbody > tr > td:nth-child(6) {
    text-align: center;
}
.table-wg-jgbm > tbody > tr > td:nth-child(4) {
    text-align: right;
}
.table-wg-jgsq {
    min-width: 863px;
}
.table-wg-jgsq > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wg-jgsq > thead > tr > th:nth-child(2) {
    width: 12em;
}
.table-wg-jgsq > thead > tr > th:nth-child(3) {
    width: auto;
}
.table-wg-jgsq > thead > tr > th:nth-child(4) {
    width: 7em;
    text-align: right;
}
.table-wg-jgsq > thead > tr > th:nth-child(5),
.table-wg-jgsq > thead > tr > th:nth-child(6) {
    width: 7em;
    text-align: center;
}
.table-wg-jgsq > tbody > tr > td:nth-child(1),
.table-wg-jgsq > tbody > tr > td:nth-child(5),
.table-wg-jgsq > tbody > tr > td:nth-child(6) {
    text-align: center;
}
.table-wg-jgsq > tbody > tr > td:nth-child(4) {
    text-align: right;
}
.table-wg-jgbmgw {
    min-width: 863px;
}
.table-wg-jgbmgw > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wg-jgbmgw > thead > tr > th:nth-child(2) {
    width: auto;
}
.table-wg-jgbmgw > thead > tr > th:nth-child(3) {
    width: 7em;
    text-align: center;
}
.table-wg-jgbmgw > thead > tr > th:nth-child(4) {
    width: 16em;
    text-align: center;
}
.table-wg-jgbmgw > tbody > tr > td:nth-child(1),
.table-wg-jgbmgw > tbody > tr > td:nth-child(3),
.table-wg-jgbmgw > tbody > tr > td:nth-child(4) {
    text-align: center;
}
.qxlx-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    background-color: #f9f9f9;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0.25rem;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.qxlx-wrapper .custom-checkbox,
.tv-wrapper .custom-checkbox {
    cursor: pointer;
}
.qxlx-wrapper .custom-checkbox:hover,
.tv-wrapper .custom-checkbox:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.qxlx-wrapper .custom-checkbox.active,
.tv-wrapper .custom-checkbox.active {
    background-color: #b8ecfd;
}
.table-wg-jgbmyh {
    min-width: 1263px;
}
.table-wg-jgbmyh > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wg-jgbmyh > thead > tr > th:nth-child(2) {
    width: 12em;
}
.table-wg-jgbmyh > thead > tr > th:nth-child(3) {
    width: 8em;
}
.table-wg-jgbmyh > thead > tr > th:nth-child(4) {
    width: 10em;
}
.table-wg-jgbmyh > thead > tr > th:nth-child(5) {
    width: 4em;
    text-align: center;
}
.table-wg-jgbmyh > thead > tr > th:nth-child(6) {
    width: 15em;
}
.table-wg-jgbmyh > thead > tr > th:nth-child(7) {
    width: auto;
}
.table-wg-jgbmyh > thead > tr > th:nth-child(8) {
    width: 4em;
    text-align: center;
}
.table-wg-jgbmyh > thead > tr > th:nth-child(9) {
    width: 14em;
    text-align: center;
}
.table-wg-jgbmyh > tbody > tr > td:nth-child(1),
.table-wg-jgbmyh > tbody > tr > td:nth-child(5),
.table-wg-jgbmyh > tbody > tr > td:nth-child(8),
.table-wg-jgbmyh > tbody > tr > td:nth-child(9) {
    text-align: center;
}
.table-wg-jgsfxm {
    min-width: 863px;
}
.table-wg-jgsfxm > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wg-jgsfxm > thead > tr > th:nth-child(2) {
    width: 8em;
}
.table-wg-jgsfxm > thead > tr > th:nth-child(3) {
    width: 15em;
}
.table-wg-jgsfxm > thead > tr > th:nth-child(4) {
    width: 6em;
}
.table-wg-jgsfxm > thead > tr > th:nth-child(5) {
    width: auto;
}
.table-wg-jgsfxm > thead > tr > th:nth-child(6) {
    width: 7em;
}
.table-wg-jgsfxm > thead > tr > th:nth-child(7) {
    width: 4em;
    text-align: center;
}
.table-wg-jgsfxm > thead > tr > th:nth-child(8) {
    width: 7em;
    text-align: center;
}
.table-wg-jgsfxm > tbody > tr > td:nth-child(1),
.table-wg-jgsfxm > tbody > tr > td:nth-child(7),
.table-wg-jgsfxm > tbody > tr > td:nth-child(8) {
    text-align: center;
}
.table-wg-jgskfs {
    min-width: 863px;
}
.table-wg-jgskfs > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wg-jgskfs > thead > tr > th:nth-child(2) {
    width: 8em;
}
.table-wg-jgskfs > thead > tr > th:nth-child(3) {
    width: 15em;
}
.table-wg-jgskfs > thead > tr > th:nth-child(4),
.table-wg-jgskfs > thead > tr > th:nth-child(5) {
    width: auto;
}
.table-wg-jgskfs > thead > tr > th:nth-child(6) {
    width: 4em;
    text-align: center;
}
.table-wg-jgskfs > thead > tr > th:nth-child(7) {
    width: 7em;
    text-align: center;
}
.table-wg-jgskfs > tbody > tr > td:nth-child(1),
.table-wg-jgskfs > tbody > tr > td:nth-child(6),
.table-wg-jgskfs > tbody > tr > td:nth-child(7) {
    text-align: center;
}
.table-wg-jgwyj {
    min-width: 863px;
}
.table-wg-jgwyj > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wg-jgwyj > thead > tr > th:nth-child(2) {
    width: 25em;
}
.table-wg-jgwyj > thead > tr > th:nth-child(3) {
    width: 6em;
}
.table-wg-jgwyj > thead > tr > th:nth-child(4) {
    width: 6em;
}
.table-wg-jgwyj > thead > tr > th:nth-child(5) {
    width: 12em;
}
.table-wg-jgwyj > thead > tr > th:nth-child(6) {
    width: 10em;
}
.table-wg-jgwyj > thead > tr > th:nth-child(7) {
    width: 10em;
}
.table-wg-jgwyj > thead > tr > th:nth-child(8) {
    width: 7em;
    text-align: center;
}
.table-wg-jgwyj > thead > tr > th:nth-child(9) {
    width: 4em;
    text-align: center;
}
.table-wg-jgwyj > thead > tr > th:nth-child(10) {
    width: 7em;
    text-align: center;
}
.table-wg-jgwyj > tbody > tr > td:nth-child(1),
.table-wg-jgwyj > tbody > tr > td:nth-child(8),
.table-wg-jgwyj > tbody > tr > td:nth-child(9),
.table-wg-jgwyj > tbody > tr > td:nth-child(10) {
    text-align: center;
}
.table-wgsf-jgyjlx {
    min-width: 863px;
}
.table-wgsf-jgyjlx > thead > tr > th:nth-child(1) {
    width: 1em;
    text-align: center;
}
.table-wgsf-jgyjlx > thead > tr > th:nth-child(2) {
    width: 8em;
}
.table-wgsf-jgyjlx > thead > tr > th:nth-child(3) {
    width: 16em;
}
.table-wgsf-jgyjlx > thead > tr > th:nth-child(4) {
    width: 4em;
    text-align: center;
}
.table-wgsf-jgyjlx > thead > tr > th:nth-child(5) {
    width: 2em;
    text-align: center;
}
.table-wgsf-jgyjlx > tbody > tr > td:nth-child(1),
.table-wgsf-jgyjlx > tbody > tr > td:nth-child(4),
.table-wgsf-jgyjlx > tbody > tr > td:nth-child(5) {
    text-align: center;
}
.table-wgsf-jgsfxm {
    min-width: 863px;
}
.table-wgsf-jgsfxm > thead > tr > th:nth-child(1) {
    width: 1em;
    text-align: center;
}
.table-wgsf-jgsfxm > thead > tr > th:nth-child(2) {
    width: 8em;
}
.table-wgsf-jgsfxm > thead > tr > th:nth-child(3) {
    width: 16em;
}
.table-wgsf-jgsfxm > thead > tr > th:nth-child(4) {
    width: 4em;
}
.table-wgsf-jgsfxm > thead > tr > th:nth-child(5) {
    width: 4em;
    text-align: center;
}
.table-wgsf-jgsfxm > thead > tr > th:nth-child(6) {
    width: 2em;
    text-align: center;
}
.table-wgsf-jgsfxm > tbody > tr > td:nth-child(1),
.table-wgsf-jgsfxm > tbody > tr > td:nth-child(5),
.table-wgsf-jgsfxm > tbody > tr > td:nth-child(6) {
    text-align: center;
}
.table-wgsf-jgskfs {
    min-width: 863px;
}
.table-wgsf-jgskfs > thead > tr > th:nth-child(1) {
    width: 1em;
    text-align: center;
}
.table-wgsf-jgskfs > thead > tr > th:nth-child(2) {
    width: 8em;
}
.table-wgsf-jgskfs > thead > tr > th:nth-child(3) {
    width: 8em;
}
.table-wgsf-jgskfs > thead > tr > th:nth-child(4) {
    width: 8em;
}
.table-wgsf-jgskfs > thead > tr > th:nth-child(5) {
    width: 4em;
    text-align: center;
}
.table-wgsf-jgskfs > thead > tr > th:nth-child(6) {
    width: 2em;
    text-align: center;
}
.table-wgsf-jgskfs > tbody > tr > td:nth-child(1),
.table-wgsf-jgskfs > tbody > tr > td:nth-child(5),
.table-wgsf-jgskfs > tbody > tr > td:nth-child(6) {
    text-align: center;
}
.table-wgsf-jgwyj {
    min-width: 863px;
}
.table-wgsf-jgwyj > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-jgwyj > thead > tr > th:nth-child(2) {
    width: 25em;
}
.table-wgsf-jgwyj > thead > tr > th:nth-child(3) {
    width: 6em;
}
.table-wgsf-jgwyj > thead > tr > th:nth-child(4) {
    width: 6em;
}
.table-wgsf-jgwyj > thead > tr > th:nth-child(5) {
    width: 12em;
}
.table-wgsf-jgwyj > thead > tr > th:nth-child(6) {
    width: 10em;
}
.table-wgsf-jgwyj > thead > tr > th:nth-child(7) {
    width: 10em;
}
.table-wgsf-jgwyj > thead > tr > th:nth-child(8) {
    width: 7em;
    text-align: center;
}
.table-wgsf-jgwyj > thead > tr > th:nth-child(9) {
    width: 4em;
    text-align: center;
}
.table-wgsf-jgwyj > thead > tr > th:nth-child(10) {
    width: 7em;
    text-align: center;
}
.table-wgsf-jgwyj > tbody > tr > td:nth-child(1),
.table-wgsf-jgwyj > tbody > tr > td:nth-child(8),
.table-wgsf-jgwyj > tbody > tr > td:nth-child(9),
.table-wgsf-jgwyj > tbody > tr > td:nth-child(10) {
    text-align: center;
}
.table-wg-dxcz {
    min-width: 663px;
}
.table-wg-dxcz > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wg-dxcz > thead > tr > th:nth-child(2),
.table-wg-dxcz > thead > tr > th:nth-child(3) {
    width: auto;
}
.table-wg-dxcz > thead > tr > th:nth-child(4) {
    width: 10em;
    text-align: center;
}
.table-wg-dxcz > tbody > tr > td:nth-child(1),
.table-wg-dxcz > tbody > tr > td:nth-child(4) {
    text-align: center;
}
.table-wg-dxbgjl {
    min-width: 663px;
}
.table-wg-dxbgjl > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wg-dxbgjl > thead > tr > th:nth-child(2),
.table-wg-dxbgjl > thead > tr > th:nth-child(3),
.table-wg-dxbgjl > thead > tr > th:nth-child(4),
.table-wg-dxbgjl > thead > tr > th:nth-child(5) {
    width: auto;
}
.table-wg-dxbgjl > thead > tr > th:nth-child(6) {
    width: auto;
    text-align: right;
}
.table-wg-dxbgjl > tbody > tr > td:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wg-dxbgjl > tbody > tr > td:nth-child(6) {
    text-align: right;
}
.table-wg-wxcz {
    min-width: 663px;
}
.table-wg-wxcz > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wg-wxcz > thead > tr > th:nth-child(2),
.table-wg-wxcz > thead > tr > th:nth-child(3) {
    width: auto;
}
.table-wg-wxcz > thead > tr > th:nth-child(4) {
    width: 10em;
    text-align: center;
}
.table-wg-wxcz > tbody > tr > td:nth-child(1),
.table-wg-wxcz > tbody > tr > td:nth-child(4) {
    text-align: center;
}
.table-wg-wxbgjl {
    min-width: 663px;
}
.table-wg-wxbgjl > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wg-wxbgjl > thead > tr > th:nth-child(2),
.table-wg-wxbgjl > thead > tr > th:nth-child(3),
.table-wg-wxbgjl > thead > tr > th:nth-child(4),
.table-wg-wxbgjl > thead > tr > th:nth-child(5) {
    width: auto;
}
.table-wg-wxbgjl > thead > tr > th:nth-child(6) {
    width: auto;
    text-align: right;
}
.table-wg-wxbgjl > tbody > tr > td:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wg-wxbgjl > tbody > tr > td:nth-child(6) {
    text-align: right;
}
.table-wg-pos {
    min-width: 463px;
}
.table-wg-pos th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wg-pos th:nth-child(2) {
    width: auto;
}
.table-wg-pos th:nth-child(3) {
    width: 9em;
    text-align: center;
}
.table-wg-pos td:nth-child(1) {
    text-align: center;
}
.table-wg-pos td:nth-child(3) {
    text-align: center;
}
.table-wg-user {
    min-width: 806px;
}
.table-wg-user th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wg-user th:nth-child(2),
.table-wg-user th:nth-child(3),
.table-wg-user th:nth-child(4) {
    width: auto;
}
@media (min-width: 1351px) {
    .table-wg-user th:nth-child(2),
    .table-wg-user th:nth-child(3),
    .table-wg-user th:nth-child(4) {
        width: auto;
    }
}
@media (min-width: 1665px) {
    .table-wg-user th:nth-child(2),
    .table-wg-user th:nth-child(3),
    .table-wg-user th:nth-child(4) {
        width: 12em;
    }
}
@media (min-width: 1905px) {
    .table-wg-user th:nth-child(2),
    .table-wg-user th:nth-child(3),
    .table-wg-user th:nth-child(4) {
        width: auto;
    }
}
.table-wg-user th:nth-child(5) {
    width: 5em;
    text-align: center;
}
.table-wg-user th:nth-child(6) {
    width: 4em;
    text-align: center;
}
.table-wg-user th:nth-child(7) {
    width: auto;
}
@media (min-width: 1024px) {
    .table-wg-user th:nth-child(7) {
        width: auto;
    }
}
@media (min-width: 1665px) {
    .table-wg-user th:nth-child(7) {
        width: 8em;
    }
}
@media (min-width: 1905px) {
    .table-wg-user th:nth-child(7) {
        width: auto;
    }
}
.table-wg-user th:nth-child(8),
.table-wg-user th:nth-child(9) {
    width: 0;
    column-width: 0;
}
@media (min-width: 1024px) {
    .table-wg-user th:nth-child(8),
    .table-wg-user th:nth-child(9) {
        width: 0;
    }
}
@media (min-width: 1351px) {
    .table-wg-user th:nth-child(8),
    .table-wg-user th:nth-child(9) {
        width: 0;
    }
}
@media (min-width: 1665px) {
    .table-wg-user th:nth-child(8),
    .table-wg-user th:nth-child(9) {
        width: 8em;
        column-width: auto;
    }
}
@media (min-width: 1905px) {
    .table-wg-user th:nth-child(8),
    .table-wg-user th:nth-child(9) {
        width: auto;
    }
}
.table-wg-user th:nth-child(10) {
    width: 11em;
    text-align: center;
}
.table-wg-user td:nth-child(1),
.table-wg-user td:nth-child(5),
.table-wg-user td:nth-child(6),
.table-wg-user td:nth-child(10) {
    text-align: center;
}
.table-wgsf-ck {
    min-width: 463px;
}
.table-wgsf-ck th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-ck th:nth-child(2),
.table-wgsf-ck th:nth-child(3),
.table-wgsf-ck th:nth-child(4) {
    width: auto;
}
.table-wgsf-ck th:nth-child(5) {
    width: 7em;
    text-align: center;
}
.table-wgsf-ck td:nth-child(1),
.table-wgsf-ck td:nth-child(5) {
    text-align: center;
}
.table-wgsf-cw {
    min-width: 1983px;
}
.table-wgsf-cw th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-cw th:nth-child(2),
.table-wgsf-cw th:nth-child(3) {
    width: 10em;
}
.table-wgsf-cw th:nth-child(4) {
    width: 6em;
    text-align: right;
}
.table-wgsf-cw th:nth-child(5) {
    width: 10em;
}
.table-wgsf-cw th:nth-child(6) {
    width: 12em;
}
.table-wgsf-cw th:nth-child(7) {
    width: 15em;
}
.table-wgsf-cw th:nth-child(8) {
    width: 15em;
}
.table-wgsf-cw th:nth-child(9) {
    width: 5em;
    text-align: center;
}
.table-wgsf-cw th:nth-child(10) {
    width: 7em;
    text-align: center;
}
.table-wgsf-cw th:nth-child(11) {
    width: 6em;
    text-align: center;
}
.table-wgsf-cw th:nth-child(12) {
    width: auto;
}
.table-wgsf-cw th:nth-child(13) {
    width: 7em;
    text-align: center;
}
.table-wgsf-cw td:nth-child(1),
.table-wgsf-cw td:nth-child(9),
.table-wgsf-cw td:nth-child(10),
.table-wgsf-cw td:nth-child(11),
.table-wgsf-cw td:nth-child(13) {
    text-align: center;
}
.table-wgsf-cw td:nth-child(4) {
    text-align: right;
}
.table-wgsf-khck {
    min-width: 2106px;
}
.table-wgsf-khck th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-khck th:nth-child(2) {
    width: 22em;
}
.table-wgsf-khck th:nth-child(3) {
    width: 12em;
}
.table-wgsf-khck th:nth-child(4) {
    width: auto;
}
.table-wgsf-khck th:nth-child(5) {
    width: 10em;
}
.table-wgsf-khck th:nth-child(6) {
    width: 10em;
}
.table-wgsf-khck th:nth-child(7) {
    width: 8em;
}
.table-wgsf-khck th:nth-child(8) {
    width: 12em;
}
.table-wgsf-khck th:nth-child(9) {
    width: auto;
}
.table-wgsf-khck th:nth-child(10) {
    width: 5em;
}
.table-wgsf-khck th:nth-child(11) {
    width: 7em;
    text-align: center;
}
.table-wgsf-khck th:nth-child(12) {
    width: 7em;
    text-align: center;
}
.table-wgsf-khck th:nth-child(13) {
    width: 3em;
    text-align: center;
}
.table-wgsf-khck th:nth-child(14) {
    width: 7em;
    text-align: center;
}
.table-wgsf-khck td:nth-child(1),
.table-wgsf-khck td:nth-child(11),
.table-wgsf-khck td:nth-child(12),
.table-wgsf-khck td:nth-child(13),
.table-wgsf-khck td:nth-child(14) {
    text-align: center;
}
.table-wgsf-cwgl-ckycgl {
    min-width: 1806px;
}
.table-wgsf-cwgl-ckycgl th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-cwgl-ckycgl th:nth-child(2) {
    width: 22em;
}
.table-wgsf-cwgl-ckycgl th:nth-child(3) {
    width: 12em;
}
.table-wgsf-cwgl-ckycgl th:nth-child(4) {
    width: 10em;
}
.table-wgsf-cwgl-ckycgl th:nth-child(5) {
    width: 7em;
    text-align: center;
}
.table-wgsf-cwgl-ckycgl th:nth-child(6),
.table-wgsf-cwgl-ckycgl th:nth-child(7),
.table-wgsf-cwgl-ckycgl th:nth-child(8) {
    width: 8em;
}
.table-wgsf-cwgl-ckycgl th:nth-child(9) {
    width: 9em;
    text-align: center;
}
.table-wgsf-cwgl-ckycgl th:nth-child(10) {
    width: 6em;
    text-align: right;
}
.table-wgsf-cwgl-ckycgl th:nth-child(11) {
    width: 5em;
    text-align: center;
}
.table-wgsf-cwgl-ckycgl th:nth-child(12) {
    width: 13em;
    text-align: center;
}
.table-wgsf-cwgl-ckycgl th:nth-child(13) {
    width: 11em;
}
.table-wgsf-cwgl-ckycgl th:nth-child(14) {
    width: 25em;
}
.table-wgsf-cwgl-ckycgl th:nth-child(15) {
    width: 12em;
    text-align: center;
}
.table-wgsf-cwgl-ckycgl td:nth-child(1),
.table-wgsf-cwgl-ckycgl td:nth-child(5),
.table-wgsf-cwgl-ckycgl td:nth-child(9),
.table-wgsf-cwgl-ckycgl td:nth-child(11),
.table-wgsf-cwgl-ckycgl td:nth-child(12),
.table-wgsf-cwgl-ckycgl td:nth-child(15) {
    text-align: center;
}
.table-wgsf-cwgl-ckycgl td:nth-child(10) {
    text-align: right;
}
.table-wgsf-khyb {
    min-width: 1006px;
}
.table-wgsf-khyb th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-khyb th:nth-child(2) {
    width: auto;
}
.table-wgsf-khyb th:nth-child(3) {
    width: auto;
}
.table-wgsf-khyb th:nth-child(4) {
    width: 5em;
}
.table-wgsf-khyb th:nth-child(5) {
    width: 8em;
}
.table-wgsf-khyb th:nth-child(6),
.table-wgsf-khyb th:nth-child(7) {
    width: 7em;
    text-align: center;
}
.table-wgsf-khyb th:nth-child(8) {
    width: 4em;
    text-align: center;
}
.table-wgsf-khyb th:nth-child(9) {
    width: 11em;
    text-align: center;
}
.table-wgsf-khyb td:nth-child(1),
.table-wgsf-khyb td:nth-child(6),
.table-wgsf-khyb td:nth-child(7),
.table-wgsf-khyb td:nth-child(8),
.table-wgsf-khyb td:nth-child(9) {
    text-align: center;
}
.table-wgsf-gtyb {
    min-width: 1006px;
}
.table-wgsf-gtyb > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-gtyb > thead > tr > th:nth-child(2) {
    width: auto;
}
.table-wgsf-gtyb > thead > tr > th:nth-child(3) {
    width: 6em;
}
.table-wgsf-gtyb > thead > tr > th:nth-child(4) {
    width: auto;
}
.table-wgsf-gtyb > thead > tr > th:nth-child(5),
.table-wgsf-gtyb > thead > tr > th:nth-child(6) {
    width: 7em;
    text-align: center;
}
.table-wgsf-gtyb > thead > tr > th:nth-child(7) {
    width: 4em;
    text-align: center;
}
.table-wgsf-gtyb > thead > tr > th:nth-child(8) {
    width: 11em;
    text-align: center;
}
.table-wgsf-gtyb > tbody > tr > td:nth-child(1),
.table-wgsf-gtyb > tbody > tr > td:nth-child(5),
.table-wgsf-gtyb > tbody > tr > td:nth-child(6),
.table-wgsf-gtyb > tbody > tr > td:nth-child(7),
.table-wgsf-gtyb > tbody > tr > td:nth-child(8) {
    text-align: center;
}
.table-wgsf-khyb-cblr {
    min-width: 2106px;
}
.table-wgsf-khyb-cblr > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-khyb-cblr > thead > tr > th:nth-child(2) {
    width: 22em;
}
.table-wgsf-khyb-cblr > thead > tr > th:nth-child(3) {
    width: 12em;
}
.table-wgsf-khyb-cblr > thead > tr > th:nth-child(4) {
    width: 5em;
}
.table-wgsf-khyb-cblr > thead > tr > th:nth-child(5) {
    width: 12em;
}
.table-wgsf-khyb-cblr > thead > tr > th:nth-child(6) {
    width: 5em;
    text-align: right;
}
.table-wgsf-khyb-cblr > thead > tr > th:nth-child(7) {
    width: 6em;
    text-align: center;
}
.table-wgsf-khyb-cblr > thead > tr > th:nth-child(8) {
    width: 9em;
    text-align: right;
}
.table-wgsf-khyb-cblr > thead > tr > th:nth-child(9),
.table-wgsf-khyb-cblr > thead > tr > th:nth-child(10) {
    width: 10em;
    text-align: center;
}
.table-wgsf-khyb-cblr > thead > tr > th:nth-child(11),
.table-wgsf-khyb-cblr > thead > tr > th:nth-child(12) {
    width: 8em;
    text-align: right;
}
.table-wgsf-khyb-cblr > thead > tr > th:nth-child(13) {
    width: 5em;
    text-align: right;
}
.table-wgsf-khyb-cblr > thead > tr > th:nth-child(14) {
    width: 7em;
    text-align: right;
}
.table-wgsf-khyb-cblr > thead > tr > th:nth-child(15) {
    width: 20em;
}
@media (min-width: 2307px) {
    .table-wgsf-khyb-cblr > thead > tr > th:nth-child(15) {
        width: auto;
    }
}
.table-wgsf-khyb-cblr > tbody > tr > td:nth-child(1),
.table-wgsf-khyb-cblr > tbody > tr > td:nth-child(7),
.table-wgsf-khyb-cblr > tbody > tr > td:nth-child(9),
.table-wgsf-khyb-cblr > tbody > tr > td:nth-child(10) {
    text-align: center;
}
.table-wgsf-khyb-cblr > tbody > tr > td:nth-child(6),
.table-wgsf-khyb-cblr > tbody > tr > td:nth-child(8),
.table-wgsf-khyb-cblr > tbody > tr > td:nth-child(11),
.table-wgsf-khyb-cblr > tbody > tr > td:nth-child(12),
.table-wgsf-khyb-cblr > tbody > tr > td:nth-child(13),
.table-wgsf-khyb-cblr > tbody > tr > td:nth-child(14) {
    text-align: right;
}
.table-wgsf-gtyb-cblr {
    min-width: 1306px;
}
.table-wgsf-gtyb-cblr > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-gtyb-cblr > thead > tr > th:nth-child(2) {
    width: 8em;
}
.table-wgsf-gtyb-cblr > thead > tr > th:nth-child(3) {
    width: 5em;
}
.table-wgsf-gtyb-cblr > thead > tr > th:nth-child(4) {
    width: 15em;
}
.table-wgsf-gtyb-cblr > thead > tr > th:nth-child(5) {
    width: 5em;
    text-align: right;
}
.table-wgsf-gtyb-cblr > thead > tr > th:nth-child(6) {
    width: 6em;
    text-align: center;
}
.table-wgsf-gtyb-cblr > thead > tr > th:nth-child(7) {
    width: 9em;
    text-align: right;
}
.table-wgsf-gtyb-cblr > thead > tr > th:nth-child(8),
.table-wgsf-gtyb-cblr > thead > tr > th:nth-child(9) {
    width: 10em;
    text-align: center;
}
.table-wgsf-gtyb-cblr > thead > tr > th:nth-child(10),
.table-wgsf-gtyb-cblr > thead > tr > th:nth-child(11) {
    width: 8em;
    text-align: right;
}
.table-wgsf-gtyb-cblr > thead > tr > th:nth-child(12) {
    width: 5em;
    text-align: right;
}
.table-wgsf-gtyb-cblr > thead > tr > th:nth-child(13) {
    width: 7em;
    text-align: right;
}
.table-wgsf-gtyb-cblr > thead > tr > th:nth-child(14) {
    width: 20em;
}
@media (min-width: 2307px) {
    .table-wgsf-gtyb-cblr > thead > tr > th:nth-child(14) {
        width: auto;
    }
}
.table-wgsf-gtyb-cblr > tbody > tr > td:nth-child(1),
.table-wgsf-gtyb-cblr > tbody > tr > td:nth-child(6),
.table-wgsf-gtyb-cblr > tbody > tr > td:nth-child(8),
.table-wgsf-gtyb-cblr > tbody > tr > td:nth-child(9) {
    text-align: center;
}
.table-wgsf-gtyb-cblr > tbody > tr > td:nth-child(5),
.table-wgsf-gtyb-cblr > tbody > tr > td:nth-child(7),
.table-wgsf-gtyb-cblr > tbody > tr > td:nth-child(10),
.table-wgsf-gtyb-cblr > tbody > tr > td:nth-child(11),
.table-wgsf-gtyb-cblr > tbody > tr > td:nth-child(12),
.table-wgsf-gtyb-cblr > tbody > tr > td:nth-child(13) {
    text-align: right;
}
.table-wgsf-khxx {
    min-width: 1206px;
}
.table-wgsf-khxx th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-khxx th:nth-child(2) {
    width: 12em;
}
.table-wgsf-khxx th:nth-child(3) {
    width: 7em;
    text-align: center;
}
.table-wgsf-khxx th:nth-child(4) {
    width: 5em;
    text-align: center;
}
.table-wgsf-khxx th:nth-child(5),
.table-wgsf-khxx th:nth-child(6) {
    width: 12em;
}
@media (min-width: 1306px) {
    .table-wgsf-khxx th:nth-child(5),
    .table-wgsf-khxx th:nth-child(6) {
        width: auto;
    }
}
.table-wgsf-khxx th:nth-child(7) {
    width: 5em;
    text-align: center;
}
.table-wgsf-khxx th:nth-child(8) {
    width: 5em;
    text-align: center;
}
.table-wgsf-khxx th:nth-child(9) {
    width: 4em;
    text-align: center;
}
.table-wgsf-khxx th:nth-child(10) {
    width: 9em;
    text-align: center;
}
.table-wgsf-khxx td:nth-child(1),
.table-wgsf-khxx td:nth-child(3),
.table-wgsf-khxx td:nth-child(4),
.table-wgsf-khxx td:nth-child(7),
.table-wgsf-khxx td:nth-child(8),
.table-wgsf-khxx td:nth-child(9),
.table-wgsf-khxx td:nth-child(10) {
    text-align: center;
}
.table-wgsf-hd-fyhd {
    min-width: 1306px;
}
.table-wgsf-hd-fyhd th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-hd-fyhd th:nth-child(2) {
    width: 12em;
}
.table-wgsf-hd-fyhd th:nth-child(3),
.table-wgsf-hd-fyhd th:nth-child(4),
.table-wgsf-hd-fyhd th:nth-child(5) {
    width: 10em;
}
@media (min-width: 1105px) {
    .table-wgsf-hd-fyhd th:nth-child(3),
    .table-wgsf-hd-fyhd th:nth-child(4),
    .table-wgsf-hd-fyhd th:nth-child(5) {
        width: auto;
    }
}
.table-wgsf-hd-fyhd th:nth-child(6) {
    width: 12em;
}
.table-wgsf-hd-fyhd th:nth-child(7) {
    width: 6em;
}
.table-wgsf-hd-fyhd th:nth-child(8),
.table-wgsf-hd-fyhd th:nth-child(9) {
    width: 7em;
    text-align: center;
}
.table-wgsf-hd-fyhd th:nth-child(10) {
    width: 7em;
    text-align: center;
}
.table-wgsf-hd-fyhd td:nth-child(1),
.table-wgsf-hd-fyhd td:nth-child(8),
.table-wgsf-hd-fyhd td:nth-child(9),
.table-wgsf-hd-fyhd td:nth-child(10) {
    text-align: center;
}
.table-wgsf-hd-sfbz {
    min-width: 1006px;
}
.table-wgsf-hd-sfbz th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-hd-sfbz th:nth-child(2) {
    width: 10em;
}
@media (min-width: 1905px) {
    .table-wgsf-hd-sfbz th:nth-child(2) {
        width: auto;
    }
}
.table-wgsf-hd-sfbz th:nth-child(3) {
    width: 15em;
}
@media (min-width: 1905px) {
    .table-wgsf-hd-sfbz th:nth-child(3) {
        width: auto;
    }
}
.table-wgsf-hd-sfbz th:nth-child(4) {
    width: 9em;
}
@media (min-width: 1905px) {
    .table-wgsf-hd-sfbz th:nth-child(4) {
        width: auto;
    }
}
.table-wgsf-hd-sfbz th:nth-child(5) {
    width: 12em;
}
@media (min-width: 1905px) {
    .table-wgsf-hd-sfbz th:nth-child(5) {
        width: auto;
    }
}
.table-wgsf-hd-sfbz th:nth-child(6) {
    width: 7em;
}
.table-wgsf-hd-sfbz th:nth-child(7) {
    width: 8em;
}
.table-wgsf-hd-sfbz th:nth-child(8) {
    width: 6em;
}
.table-wgsf-hd-sfbz th:nth-child(9) {
    width: 6em;
}
.table-wgsf-hd-sfbz th:nth-child(10) {
    width: 10em;
}
.table-wgsf-hd-sfbz th:nth-child(11) {
    width: 15em;
}
.table-wgsf-hd-sfbz th:nth-child(12) {
    width: 5em;
    text-align: center;
}
.table-wgsf-hd-sfbz th:nth-child(13) {
    width: 7em;
    text-align: center;
}
.table-wgsf-hd-sfbz td:nth-child(1),
.table-wgsf-hd-sfbz td:nth-child(12),
.table-wgsf-hd-sfbz td:nth-child(13) {
    text-align: center;
}
.table-wgsf-fy-khfysc {
    min-width: 2106px;
}
.table-wgsf-fy-khfysc th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-fy-khfysc th:nth-child(2) {
    width: 8em;
}
.table-wgsf-fy-khfysc th:nth-child(3),
.table-wgsf-fy-khfysc th:nth-child(4) {
    width: 11em;
}
.table-wgsf-fy-khfysc th:nth-child(5) {
    width: 13em;
    text-align: center;
}
.table-wgsf-fy-khfysc th:nth-child(6) {
    width: 7em;
    text-align: center;
}
.table-wgsf-fy-khfysc th:nth-child(7) {
    width: 6em;
    text-align: center;
}
.table-wgsf-fy-khfysc th:nth-child(8) {
    width: 8em;
    text-align: right;
}
.table-wgsf-fy-khfysc th:nth-child(9) {
    width: 5em;
    text-align: right;
}
.table-wgsf-fy-khfysc th:nth-child(10),
.table-wgsf-fy-khfysc th:nth-child(11),
.table-wgsf-fy-khfysc th:nth-child(12),
.table-wgsf-fy-khfysc th:nth-child(13) {
    width: 6em;
    text-align: right;
}
.table-wgsf-fy-khfysc th:nth-child(14) {
    width: 6em;
    text-align: right;
}
.table-wgsf-fy-khfysc th:nth-child(15) {
    width: 5em;
}
.table-wgsf-fy-khfysc th:nth-child(16) {
    width: 20em;
}
@media (min-width: 2205px) {
    .table-wgsf-fy-khfysc th:nth-child(16) {
        width: auto;
    }
}
.table-wgsf-fy-khfysc th:nth-child(17) {
    width: 17em;
    text-align: center;
}
.table-wgsf-fy-khfysc td:nth-child(1),
.table-wgsf-fy-khfysc td:nth-child(5),
.table-wgsf-fy-khfysc td:nth-child(6),
.table-wgsf-fy-khfysc td:nth-child(7),
.table-wgsf-fy-khfysc td:nth-child(17) {
    text-align: center;
}
.table-wgsf-fy-khfysc td:nth-child(8),
.table-wgsf-fy-khfysc td:nth-child(9),
.table-wgsf-fy-khfysc td:nth-child(10),
.table-wgsf-fy-khfysc td:nth-child(11),
.table-wgsf-fy-khfysc td:nth-child(12),
.table-wgsf-fy-khfysc td:nth-child(13),
.table-wgsf-fy-khfysc td:nth-child(14) {
    text-align: right;
}
.table-wgsf-fy-khfysc-bulk-save th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-fy-khfysc-bulk-save th:nth-child(2) {
    width: 18em;
}
.table-wgsf-fy-khfysc-bulk-save th:nth-child(3) {
    width: 17em;
    text-align: center;
}
.table-wgsf-fy-khfysc-bulk-save th:nth-child(4),
.table-wgsf-fy-khfysc-bulk-save th:nth-child(5),
.table-wgsf-fy-khfysc-bulk-save th:nth-child(6),
.table-wgsf-fy-khfysc-bulk-save th:nth-child(7),
.table-wgsf-fy-khfysc-bulk-save th:nth-child(8) {
    width: auto;
    text-align: center;
}
.table-wgsf-fy-khfysc-bulk-save td:nth-child(1) .table-wgsf-fy-khfysc-bulk-save td:nth-child(3),
.table-wgsf-fy-khfysc-bulk-save td:nth-child(4),
.table-wgsf-fy-khfysc-bulk-save td:nth-child(5),
.table-wgsf-fy-khfysc-bulk-save td:nth-child(6),
.table-wgsf-fy-khfysc-bulk-save td:nth-child(7),
.table-wgsf-fy-khfysc-bulk-save td:nth-child(8) {
    text-align: center;
}
.table-wgsf-yd-dxcz {
    min-width: 806px;
}
.table-wgsf-yd-dxcz > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-yd-dxcz > thead > tr > th:nth-child(2),
.table-wgsf-yd-dxcz > thead > tr > th:nth-child(3),
.table-wgsf-yd-dxcz > thead > tr > th:nth-child(4) {
    width: auto;
}
.table-wgsf-yd-dxcz > thead > tr > th:nth-child(5) {
    width: 7em;
    text-align: center;
}
.table-wgsf-yd-dxcz > thead > tr > th:nth-child(6) {
    width: auto;
    text-align: right;
}
.table-wgsf-yd-dxcz td:nth-child(1),
.table-wgsf-yd-dxcz td:nth-child(5) {
    text-align: center;
}
.table-wgsf-yd-dxcz td:nth-child(6) {
    text-align: right;
}
.table-wgsf-ydgl-dxjl {
    min-width: 1606px;
}
.table-wgsf-ydgl-dxjl > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-ydgl-dxjl > thead > tr > th:nth-child(2) {
    width: 22em;
}
.table-wgsf-ydgl-dxjl > thead > tr > th:nth-child(3) {
    width: 12em;
}
.table-wgsf-ydgl-dxjl > thead > tr > th:nth-child(4) {
    width: 9em;
}
.table-wgsf-ydgl-dxjl > thead > tr > th:nth-child(5) {
    width: 5em;
    text-align: right;
}
.table-wgsf-ydgl-dxjl > thead > tr > th:nth-child(6) {
    width: 6em;
    text-align: center;
}
.table-wgsf-ydgl-dxjl > thead > tr > th:nth-child(7) {
    width: 7em;
    text-align: center;
}
.table-wgsf-ydgl-dxjl > thead > tr > th:nth-child(8) {
    width: 5em;
    text-align: center;
}
.table-wgsf-ydgl-dxjl > thead > tr > th:nth-child(9) {
    width: auto;
}
.table-wgsf-ydgl-dxjl td:nth-child(1),
.table-wgsf-ydgl-dxjl td:nth-child(6),
.table-wgsf-ydgl-dxjl td:nth-child(7),
.table-wgsf-ydgl-dxjl td:nth-child(8) {
    text-align: center;
}
.table-wgsf-ydgl-dxjl td:nth-child(5) {
    text-align: right;
}
.table-wgsf-yd-wxcz {
    min-width: 806px;
}
.table-wgsf-yd-wxcz > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-yd-wxcz > thead > tr > th:nth-child(2),
.table-wgsf-yd-wxcz > thead > tr > th:nth-child(3),
.table-wgsf-yd-wxcz > thead > tr > th:nth-child(4) {
    width: auto;
}
.table-wgsf-yd-wxcz > thead > tr > th:nth-child(5) {
    width: 7em;
    text-align: center;
}
.table-wgsf-yd-wxcz > thead > tr > th:nth-child(6) {
    width: auto;
    text-align: right;
}
.table-wgsf-yd-wxcz td:nth-child(1),
.table-wgsf-yd-wxcz td:nth-child(5) {
    text-align: center;
}
.table-wgsf-yd-wxcz td:nth-child(6) {
    text-align: right;
}
.table-wgsf-ydgl-wxjl {
    min-width: 1606px;
}
.table-wgsf-ydgl-wxjl > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-ydgl-wxjl > thead > tr > th:nth-child(2) {
    width: 22em;
}
.table-wgsf-ydgl-wxjl > thead > tr > th:nth-child(3) {
    width: 12em;
}
.table-wgsf-ydgl-wxjl > thead > tr > th:nth-child(4) {
    width: 5em;
    text-align: right;
}
.table-wgsf-ydgl-wxjl > thead > tr > th:nth-child(5) {
    width: 6em;
    text-align: center;
}
.table-wgsf-ydgl-wxjl > thead > tr > th:nth-child(6) {
    width: 7em;
    text-align: center;
}
.table-wgsf-ydgl-wxjl > thead > tr > th:nth-child(7) {
    width: 5em;
    text-align: center;
}
.table-wgsf-ydgl-wxjl > thead > tr > th:nth-child(8) {
    width: auto;
}
.table-wgsf-ydgl-wxjl td:nth-child(1),
.table-wgsf-ydgl-wxjl td:nth-child(5),
.table-wgsf-ydgl-wxjl td:nth-child(6),
.table-wgsf-ydgl-wxjl td:nth-child(7) {
    text-align: center;
}
.table-wgsf-ydgl-wxjl td:nth-child(4) {
    text-align: right;
}
.table-wgsf-yd-wxyh {
    min-width: 606px;
}
.table-wgsf-yd-wxyh > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-yd-wxyh > thead > tr > th:nth-child(2) {
    width: auto;
}
.table-wgsf-yd-wxyh > thead > tr > th:nth-child(3) {
    width: 6em;
    text-align: center;
}
.table-wgsf-yd-wxyh td:nth-child(1),
.table-wgsf-yd-wxyh td:nth-child(3) {
    text-align: center;
}
.table-wgsf-fy-khfysq-ysfy {
    min-width: 2106px;
}
.table-wgsf-fy-khfysq-ysfy > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-fy-khfysq-ysfy > thead > tr > th:nth-child(2) {
    width: 22em;
}
.table-wgsf-fy-khfysq-ysfy > thead > tr > th:nth-child(3) {
    width: 12em;
}
.table-wgsf-fy-khfysq-ysfy > thead > tr > th:nth-child(4) {
    width: 10em;
}
.table-wgsf-fy-khfysq-ysfy > thead > tr > th:nth-child(5) {
    width: 0;
    column-width: 0;
}
.table-wgsf-fy-khfysq-ysfy > thead > tr > th:nth-child(6) {
    width: 6em;
    text-align: right;
}
.table-wgsf-fy-khfysq-ysfy > thead > tr > th:nth-child(7) {
    width: 14em;
    text-align: center;
}
.table-wgsf-fy-khfysq-ysfy > thead > tr > th:nth-child(8) {
    width: 7em;
    text-align: center;
}
.table-wgsf-fy-khfysq-ysfy > thead > tr > th:nth-child(9) {
    width: 6em;
    text-align: center;
}
.table-wgsf-fy-khfysq-ysfy > thead > tr > th:nth-child(10) {
    width: 6em;
    text-align: center;
}
.table-wgsf-fy-khfysq-ysfy > thead > tr > th:nth-child(11) {
    width: 6em;
    text-align: right;
}
.table-wgsf-fy-khfysq-ysfy > thead > tr > th:nth-child(12) {
    width: 6em;
    text-align: right;
}
.table-wgsf-fy-khfysq-ysfy > thead > tr > th:nth-child(13) {
    width: 5em;
    text-align: right;
}
.table-wgsf-fy-khfysq-ysfy > thead > tr > th:nth-child(14) {
    width: 5em;
    text-align: right;
}
.table-wgsf-fy-khfysq-ysfy > thead > tr > th:nth-child(15) {
    width: 25em;
}
@media (min-width: 2705px) {
    .table-wgsf-fy-khfysq-ysfy > thead > tr > th:nth-child(15) {
        width: auto;
    }
}
.table-wgsf-fy-khfysq-ysfy > thead > tr > th:nth-child(16) {
    width: 9em;
    text-align: center;
}
.table-wgsf-fy-khfysq-ysfy > tbody > tr > td:nth-child(1),
.table-wgsf-fy-khfysq-ysfy > tbody > tr > td:nth-child(7),
.table-wgsf-fy-khfysq-ysfy > tbody > tr > td:nth-child(8),
.table-wgsf-fy-khfysq-ysfy > tbody > tr > td:nth-child(9),
.table-wgsf-fy-khfysq-ysfy > tbody > tr > td:nth-child(10),
.table-wgsf-fy-khfysq-ysfy > tbody > tr > td:nth-child(16) {
    text-align: center;
}
.table-wgsf-fy-khfysq-ysfy > tbody > tr > td:nth-child(6),
.table-wgsf-fy-khfysq-ysfy > tbody > tr > td:nth-child(11),
.table-wgsf-fy-khfysq-ysfy > tbody > tr > td:nth-child(12),
.table-wgsf-fy-khfysq-ysfy > tbody > tr > td:nth-child(13),
.table-wgsf-fy-khfysq-ysfy > tbody > tr > td:nth-child(14) {
    text-align: right;
}
.table-wgsf-fy-khfysq-ysfy-mx {
    min-width: 1506px;
}
.table-wgsf-fy-khfysq-ysfy-mx > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-fy-khfysq-ysfy-mx > thead > tr > th:nth-child(2) {
    width: 12em;
}
.table-wgsf-fy-khfysq-ysfy-mx > thead > tr > th:nth-child(3) {
    width: 8em;
}
.table-wgsf-fy-khfysq-ysfy-mx > thead > tr > th:nth-child(4) {
    width: 10em;
}
.table-wgsf-fy-khfysq-ysfy-mx > thead > tr > th:nth-child(5) {
    width: 6em;
    text-align: right;
}
.table-wgsf-fy-khfysq-ysfy-mx > thead > tr > th:nth-child(6) {
    width: 13em;
    text-align: center;
}
.table-wgsf-fy-khfysq-ysfy-mx > thead > tr > th:nth-child(7) {
    width: 7em;
    text-align: center;
}
.table-wgsf-fy-khfysq-ysfy-mx > thead > tr > th:nth-child(8) {
    width: 5em;
    text-align: center;
}
.table-wgsf-fy-khfysq-ysfy-mx > thead > tr > th:nth-child(9) {
    width: 5em;
    text-align: center;
}
.table-wgsf-fy-khfysq-ysfy-mx > thead > tr > th:nth-child(10) {
    width: 20em;
}
@media (min-width: 1805px) {
    .table-wgsf-fy-khfysq-ysfy-mx > thead > tr > th:nth-child(10) {
        width: auto;
    }
}
.table-wgsf-fy-khfysq-ysfy-mx > tbody > tr > td:nth-child(1),
.table-wgsf-fy-khfysq-ysfy-mx > tbody > tr > td:nth-child(6),
.table-wgsf-fy-khfysq-ysfy-mx > tbody > tr > td:nth-child(7),
.table-wgsf-fy-khfysq-ysfy-mx > tbody > tr > td:nth-child(8),
.table-wgsf-fy-khfysq-ysfy-mx > tbody > tr > td:nth-child(9) {
    text-align: center;
}
.table-wgsf-fy-khfysq-ysfy-mx > tbody > tr > td:nth-child(5) {
    text-align: right;
}
.table-wgsf-fy-khfysq-yjmx {
    min-width: 1756px;
}
.table-wgsf-fy-khfysq-yjmx > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-fy-khfysq-yjmx > thead > tr > th:nth-child(2) {
    width: 12em;
}
.table-wgsf-fy-khfysq-yjmx > thead > tr > th:nth-child(3) {
    width: 8em;
}
.table-wgsf-fy-khfysq-yjmx > thead > tr > th:nth-child(4) {
    width: 10em;
}
.table-wgsf-fy-khfysq-yjmx > thead > tr > th:nth-child(5) {
    width: 4em;
    text-align: right;
}
.table-wgsf-fy-khfysq-yjmx > thead > tr > th:nth-child(6) {
    width: 6em;
    text-align: right;
}
.table-wgsf-fy-khfysq-yjmx > thead > tr > th:nth-child(7) {
    width: 13em;
    text-align: center;
}
.table-wgsf-fy-khfysq-yjmx > thead > tr > th:nth-child(8) {
    width: 7em;
    text-align: center;
}
.table-wgsf-fy-khfysq-yjmx > thead > tr > th:nth-child(9) {
    width: 5em;
    text-align: center;
}
.table-wgsf-fy-khfysq-yjmx > thead > tr > th:nth-child(10) {
    width: 8em;
}
.table-wgsf-fy-khfysq-yjmx > thead > tr > th:nth-child(11) {
    width: 7em;
    text-align: center;
}
.table-wgsf-fy-khfysq-yjmx > thead > tr > th:nth-child(12) {
    width: 10em;
}
.table-wgsf-fy-khfysq-yjmx > thead > tr > th:nth-child(13) {
    width: 5em;
    text-align: center;
}
.table-wgsf-fy-khfysq-yjmx > thead > tr > th:nth-child(14) {
    width: 20em;
}
@media (min-width: 2205px) {
    .table-wgsf-fy-khfysq-yjmx > thead > tr > th:nth-child(14) {
        width: auto;
    }
}
.table-wgsf-fy-khfysq-yjmx > tbody > tr > td:nth-child(1),
.table-wgsf-fy-khfysq-yjmx > tbody > tr > td:nth-child(7),
.table-wgsf-fy-khfysq-yjmx > tbody > tr > td:nth-child(8),
.table-wgsf-fy-khfysq-yjmx > tbody > tr > td:nth-child(9),
.table-wgsf-fy-khfysq-yjmx > tbody > tr > td:nth-child(11),
.table-wgsf-fy-khfysq-yjmx > tbody > tr > td:nth-child(13) {
    text-align: center;
}
.table-wgsf-fy-khfysq-yjmx > tbody > tr > td:nth-child(5) {
    text-align: right;
}
.table-wgsf-fy-khfysq-yjmx > tbody > tr > td:nth-child(6) {
    text-align: right;
}
.table-wgsf-fy-khfysq-ycxfy {
    min-width: 1056px;
}
.table-wgsf-fy-khfysq-ycxfy > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-fy-khfysq-ycxfy > thead > tr > th:nth-child(2) {
    width: 12em;
}
.table-wgsf-fy-khfysq-ycxfy > thead > tr > th:nth-child(3) {
    width: 10em;
}
.table-wgsf-fy-khfysq-ycxfy > thead > tr > th:nth-child(4) {
    width: 15em;
}
.table-wgsf-fy-khfysq-ycxfy > thead > tr > th:nth-child(5) {
    width: 6em;
}
.table-wgsf-fy-khfysq-ycxfy > thead > tr > th:nth-child(6) {
    width: 0;
    column-width: 0;
}
.table-wgsf-fy-khfysq-ycxfy > thead > tr > th:nth-child(7) {
    width: 6em;
    text-align: right;
}
.table-wgsf-fy-khfysq-ycxfy > thead > tr > th:nth-child(8) {
    width: 5em;
}
.table-wgsf-fy-khfysq-ycxfy > thead > tr > th:nth-child(9) {
    width: 5em;
}
.table-wgsf-fy-khfysq-ycxfy > thead > tr > th:nth-child(10) {
    width: 7em;
    text-align: center;
}
.table-wgsf-fy-khfysq-ycxfy > thead > tr > th:nth-child(11) {
    width: 20em;
}
@media (min-width: 1805px) {
    .table-wgsf-fy-khfysq-ycxfy > thead > tr > th:nth-child(11) {
        width: auto;
    }
}
.table-wgsf-fy-khfysq-ycxfy > tbody > tr > td:nth-child(1),
.table-wgsf-fy-khfysq-ycxfy > tbody > tr > td:nth-child(10) {
    text-align: center;
}
.table-wgsf-fy-khfysq-ycxfy > tbody > tr > td:nth-child(7) {
    text-align: right;
}
.table-wgsf-fy-khfysq-ycxfy-add {
    min-width: 666px;
}
.table-wgsf-fy-khfysq-ycxfy-add > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-fy-khfysq-ycxfy-add > thead > tr > th:nth-child(2) {
    width: 10em;
}
.table-wgsf-fy-khfysq-ycxfy-add > thead > tr > th:nth-child(3) {
    width: 18em;
}
.table-wgsf-fy-khfysq-ycxfy-add > thead > tr > th:nth-child(4) {
    width: 7em;
}
.table-wgsf-fy-khfysq-ycxfy-add > thead > tr > th:nth-child(5),
.table-wgsf-fy-khfysq-ycxfy-add > thead > tr > th:nth-child(6),
.table-wgsf-fy-khfysq-ycxfy-add > thead > tr > th:nth-child(7) {
    width: auto;
}
.table-wgsf-fy-khfysq-ycxfy-add > thead > tr > th:nth-child(8) {
    width: 5em;
    text-align: center;
}
.table-wgsf-fy-khfysq-ycxfy-add > tbody > tr > td:nth-child(1),
.table-wgsf-fy-khfysq-ycxfy-add > tbody > tr > td:nth-child(8) {
    text-align: center;
}
.table-wgsf-fy-khfysq-ycxfy-mx {
    min-width: 666px;
}
.table-wgsf-fy-khfysq-ycxfy-mx > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-fy-khfysq-ycxfy-mx > thead > tr > th:nth-child(2) {
    width: 12em;
}
.table-wgsf-fy-khfysq-ycxfy-mx > thead > tr > th:nth-child(3) {
    width: 8em;
}

.table-wgsf-fy-khfysq-ycxfy-mx > thead > tr > th:nth-child(4) {
    width: 6em;
    text-align: right;
}

.table-wgsf-fy-khfysq-ycxfy-mx > thead > tr > th:nth-child(5) {
    width: 20em;
}
@media (min-width: 1605px) {
    .table-wgsf-fy-khfysq-ycxfy-mx > thead > tr > th:nth-child(5) {
        width: auto;
    }
}
.table-wgsf-fy-khfysq-ycxfy-mx > tbody > tr > td:nth-child(1),
.table-wgsf-fy-khfysq-ycxfy-mx > tbody > tr > td:nth-child(4) {
    text-align: right;
}
.table-wgsf-fy-khfysq-ysk {
    min-width: 806px;
}
.table-wgsf-fy-khfysq-ysk > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-fy-khfysq-ysk > thead > tr > th:nth-child(2),
.table-wgsf-fy-khfysq-ysk > thead > tr > th:nth-child(3) {
    width: auto;
}
.table-wgsf-fy-khfysq-ysk > thead > tr > th:nth-child(4) {
    width: auto;
}
.table-wgsf-fy-khfysq-ysk > thead > tr > th:nth-child(5),
.table-wgsf-fy-khfysq-ysk > thead > tr > th:nth-child(6),
.table-wgsf-fy-khfysq-ysk > thead > tr > th:nth-child(7) {
    width: 8em;
    text-align: right;
}
.table-wgsf-fy-khfysq-ysk > thead > tr > th:nth-child(8) {
    width: 9em;
    text-align: center;
}
.table-wgsf-fy-khfysq-ysk > tbody > tr > td:nth-child(1),
.table-wgsf-fy-khfysq-ysk > tbody > tr > td:nth-child(8) {
    text-align: center;
}
.table-wgsf-fy-khfysq-ysk > tbody > tr > td:nth-child(5),
.table-wgsf-fy-khfysq-ysk > tbody > tr > td:nth-child(6),
.table-wgsf-fy-khfysq-ysk > tbody > tr > td:nth-child(7) {
    text-align: right;
}
.table-wgsf-fy-khfysq-ysk-add {
    min-width: 666px;
}
.table-wgsf-fy-khfysq-ysk-add > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-fy-khfysq-ysk-add > thead > tr > th:nth-child(2) {
    width: 12em;
    text-align: center;
}
.table-wgsf-fy-khfysq-ysk-add > thead > tr > th:nth-child(3) {
    width: 11em;
    text-align: center;
}
.table-wgsf-fy-khfysq-ysk-add > thead > tr > th:nth-child(4) {
    width: 5em;
    text-align: center;
}
.table-wgsf-fy-khfysq-ysk-add > thead > tr > th:nth-child(5) {
    width: 18em;
    text-align: center;
}
.table-wgsf-fy-khfysq-ysk-add > thead > tr > th:nth-child(6) {
    width: auto;
    text-align: center;
}
.table-wgsf-fy-khfysq-ysk-add > thead > tr > th:nth-child(7) {
    width: 4em;
    text-align: center;
}
.table-wgsf-fy-khfysq-ysk-add > thead > tr > th:nth-child(8) {
    width: 0;
    column-width: 0;
}
.table-wgsf-fy-khfysq-ysk-add > thead > tr > th:nth-child(9) {
    width: auto;
    text-align: center;
}
.table-wgsf-fy-khfysq-ysk-add > thead > tr > th:nth-child(10) {
    width: 0;
    column-width: 0;
}
.table-wgsf-fy-khfysq-ysk-add > thead > tr > th:nth-child(11) {
    width: 5em;
    text-align: center;
}
.table-wgsf-fy-khfysq-ysk-add > tbody > tr > td:nth-child(1),
.table-wgsf-fy-khfysq-ysk-add > tbody > tr > td:nth-child(2),
.table-wgsf-fy-khfysq-ysk-add > tbody > tr > td:nth-child(3),
.table-wgsf-fy-khfysq-ysk-add > tbody > tr > td:nth-child(4),
.table-wgsf-fy-khfysq-ysk-add > tbody > tr > td:nth-child(5),
.table-wgsf-fy-khfysq-ysk-add > tbody > tr > td:nth-child(6),
.table-wgsf-fy-khfysq-ysk-add > tbody > tr > td:nth-child(7),
.table-wgsf-fy-khfysq-ysk-add > tbody > tr > td:nth-child(9),
.table-wgsf-fy-khfysq-ysk-add > tbody > tr > td:nth-child(11) {
    text-align: center;
}
.table-wgsf-fy-khfysq-yskmx {
    min-width: 666px;
}
.table-wgsf-fy-khfysq-yskmx > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-fy-khfysq-yskmx > thead > tr > th:nth-child(2) {
    width: 8em;
}
.table-wgsf-fy-khfysq-yskmx > thead > tr > th:nth-child(3) {
    width: 18em;
    text-align: center;
}
.table-wgsf-fy-khfysq-yskmx > thead > tr > th:nth-child(4) {
    width: 8em;
    text-align: center;
}
.table-wgsf-fy-khfysq-yskmx > thead > tr > th:nth-child(5),
.table-wgsf-fy-khfysq-yskmx > thead > tr > th:nth-child(6),
.table-wgsf-fy-khfysq-yskmx > thead > tr > th:nth-child(7) {
    width: auto;
    text-align: right;
}
.table-wgsf-fy-khfysq-yskmx > tbody > tr > td:nth-child(1),
.table-wgsf-fy-khfysq-yskmx > tbody > tr > td:nth-child(3),
.table-wgsf-fy-khfysq-yskmx > tbody > tr > td:nth-child(4) {
    text-align: center;
}
.table-wgsf-fy-khfysq-yskmx > tbody > tr > td:nth-child(5),
.table-wgsf-fy-khfysq-yskmx > tbody > tr > td:nth-child(6),
.table-wgsf-fy-khfysq-yskmx > tbody > tr > td:nth-child(7) {
    text-align: right;
}
.table-wgsf-fy-khfysq-ysk-mx {
    min-width: 666px;
}
.table-wgsf-fy-khfysq-ysk-mx > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-fy-khfysq-ysk-mx > thead > tr > th:nth-child(2) {
    width: 12em;
}
.table-wgsf-fy-khfysq-ysk-mx > thead > tr > th:nth-child(3) {
    width: 9em;
}
.table-wgsf-fy-khfysq-ysk-mx > thead > tr > th:nth-child(4) {
    width: 13em;
    text-align: center;
}
.table-wgsf-fy-khfysq-ysk-mx > thead > tr > th:nth-child(5) {
    width: 7em;
    text-align: center;
}
.table-wgsf-fy-khfysq-ysk-mx > thead > tr > th:nth-child(6),
.table-wgsf-fy-khfysq-ysk-mx > thead > tr > th:nth-child(7),
.table-wgsf-fy-khfysq-ysk-mx > thead > tr > th:nth-child(8) {
    width: 5em;
    text-align: right;
}
.table-wgsf-fy-khfysq-ysk-mx > thead > tr > th:nth-child(9) {
    width: auto;
}
.table-wgsf-fy-khfysq-ysk-mx > tbody > tr > td:nth-child(1),
.table-wgsf-fy-khfysq-ysk-mx > tbody > tr > td:nth-child(4),
.table-wgsf-fy-khfysq-ysk-mx > tbody > tr > td:nth-child(5) {
    text-align: center;
}
.table-wgsf-fy-khfysq-ysk-mx > tbody > tr > td:nth-child(6),
.table-wgsf-fy-khfysq-ysk-mx > tbody > tr > td:nth-child(7),
.table-wgsf-fy-khfysq-ysk-mx > tbody > tr > td:nth-child(8) {
    text-align: right;
}
.table-wgsf-fy-khfysq-yskjz {
    min-width: 1006px;
}
.table-wgsf-fy-khfysq-yskjz > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-fy-khfysq-yskjz > thead > tr > th:nth-child(2) {
    width: 22em;
}
.table-wgsf-fy-khfysq-yskjz > thead > tr > th:nth-child(3) {
    width: 12em;
}
.table-wgsf-fy-khfysq-yskjz > thead > tr > th:nth-child(4) {
    width: 7em;
}
.table-wgsf-fy-khfysq-yskjz > thead > tr > th:nth-child(5) {
    width: 7em;
}
@media (min-width: 1405px) {
    .table-wgsf-fy-khfysq-yskjz > thead > tr > th:nth-child(4) {
        width: 12em;
    }
}
@media (min-width: 1405px) {
    .table-wgsf-fy-khfysq-yskjz > thead > tr > th:nth-child(5) {
        width: 12em;
    }
}
.table-wgsf-fy-khfysq-yskjz > thead > tr > th:nth-child(6) {
    width: 6em;
    text-align: right;
}
@media (min-width: 1605px) {
    .table-wgsf-fy-khfysq-yskjz > thead > tr > th:nth-child(6) {
        width: auto;
    }
}
.table-wgsf-fy-khfysq-yskjz > thead > tr > th:nth-child(7) {
    width: 7em;
    text-align: right;
}
@media (min-width: 1605px) {
    .table-wgsf-fy-khfysq-yskjz > thead > tr > th:nth-child(7) {
        width: auto;
    }
}
.table-wgsf-fy-khfysq-yskjz > thead > tr > th:nth-child(8) {
    width: 7em;
    text-align: right;
}
@media (min-width: 1605px) {
    .table-wgsf-fy-khfysq-yskjz > thead > tr > th:nth-child(8) {
        width: auto;
    }
}
.table-wgsf-fy-khfysq-yskjz > tbody > tr > td:nth-child(1) {
    text-align: center;
}
.table-wgsf-fy-khfysq-yskjz > tbody > tr > td:nth-child(6),
.table-wgsf-fy-khfysq-yskjz > tbody > tr > td:nth-child(7),
.table-wgsf-fy-khfysq-yskjz > tbody > tr > td:nth-child(8) {
    text-align: right;
}
.table-wgsf-fy-khfysq-yj {
    min-width: 806px;
}
.table-wgsf-fy-khfysq-yj > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-fy-khfysq-yj > thead > tr > th:nth-child(2) {
    width: 12em;
}
.table-wgsf-fy-khfysq-yj > thead > tr > th:nth-child(3) {
    width: 8em;
}
.table-wgsf-fy-khfysq-yj > thead > tr > th:nth-child(4) {
    width: 6em;
}
.table-wgsf-fy-khfysq-yj > thead > tr > th:nth-child(5) {
    width: 5em;
    text-align: right;
}
.table-wgsf-fy-khfysq-yj > thead > tr > th:nth-child(6) {
    width: 5em;
}
.table-wgsf-fy-khfysq-yj > thead > tr > th:nth-child(7) {
    width: 5em;
}
.table-wgsf-fy-khfysq-yj > thead > tr > th:nth-child(8) {
    width: 7em;
    text-align: center;
}
.table-wgsf-fy-khfysq-yj > thead > tr > th:nth-child(9) {
    width: 10em;
}
.table-wgsf-fy-khfysq-yj > thead > tr > th:nth-child(10) {
    width: 16em;
}
@media (min-width: 2205px) {
    .table-wgsf-fy-khfysq-yj > thead > tr > th:nth-child(10) {
        width: auto;
    }
}
.table-wgsf-fy-khfysq-yj > thead > tr > th:nth-child(11) {
    width: 5em;
}
.table-wgsf-fy-khfysq-yj > thead > tr > th:nth-child(12) {
    width: 7em;
}
.table-wgsf-fy-khfysq-yj > thead > tr > th:nth-child(13) {
    width: 7em;
    text-align: center;
}
.table-wgsf-fy-khfysq-yj > thead > tr > th:nth-child(14) {
    width: 10em;
}
.table-wgsf-fy-khfysq-yj > thead > tr > th:nth-child(15) {
    width: 16em;
}
@media (min-width: 2205px) {
    .table-wgsf-fy-khfysq-yj > thead > tr > th:nth-child(15) {
        width: auto;
    }
}
.table-wgsf-fy-khfysq-yj > thead > tr > th:nth-child(16) {
    width: 8em;
    text-align: center;
}
.table-wgsf-fy-khfysq-yj > tbody > tr > td:nth-child(1),
.table-wgsf-fy-khfysq-yj > tbody > tr > td:nth-child(8),
.table-wgsf-fy-khfysq-yj > tbody > tr > td:nth-child(13),
.table-wgsf-fy-khfysq-yj > tbody > tr > td:nth-child(16) {
    text-align: center;
}
.table-wgsf-fy-khfysq-yj > tbody > tr > td:nth-child(5) {
    text-align: right;
}
.table-wgsf-fy-khfysq-yj-add {
    min-width: 463px;
}
.table-wgsf-fy-khfysq-yj-add > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-fy-khfysq-yj-add > thead > tr > th:nth-child(2) {
    width: auto;
}
.table-wgsf-fy-khfysq-yj-add > thead > tr > th:nth-child(3) {
    width: auto;
}
.table-wgsf-fy-khfysq-yj-add > thead > tr > th:nth-child(4) {
    width: 5em;
    text-align: center;
}
.table-wgsf-fy-khfysq-yj-add > tbody > tr > td:nth-child(1),
.table-wgsf-fy-khfysq-yj-add > tbody > tr > td:nth-child(4) {
    text-align: center;
}
.table-wgsf-fy-khfysq-yj-mx {
    min-width: 856px;
}
.table-wgsf-fy-khfysq-yj-mx > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-fy-khfysq-yj-mx > thead > tr > th:nth-child(2) {
    width: 12em;
}
.table-wgsf-fy-khfysq-yj-mx > thead > tr > th:nth-child(3) {
    width: 8em;
}
.table-wgsf-fy-khfysq-yj-mx > thead > tr > th:nth-child(4) {
    width: 0;
    column-width: 0;
}
.table-wgsf-fy-khfysq-yj-mx > thead > tr > th:nth-child(5) {
    width: 5em;
    text-align: right;
}
.table-wgsf-fy-khfysq-yj-mx > thead > tr > th:nth-child(6) {
    width: 5em;
}
.table-wgsf-fy-khfysq-yj-mx > thead > tr > th:nth-child(7) {
    width: 5em;
}
.table-wgsf-fy-khfysq-yj-mx > thead > tr > th:nth-child(8) {
    width: 7em;
    text-align: center;
}
.table-wgsf-fy-khfysq-yj-mx > thead > tr > th:nth-child(9) {
    width: 16em;
}
@media (min-width: 1605px) {
    .table-wgsf-fy-khfysq-yj-mx > thead > tr > th:nth-child(9) {
        width: auto;
    }
}
.table-wgsf-fy-khfysq-yj-mx > thead > tr > th:nth-child(10) {
    width: 5em;
}
.table-wgsf-fy-khfysq-yj-mx > thead > tr > th:nth-child(11) {
    width: 7em;
    text-align: center;
}
.table-wgsf-fy-khfysq-yj-mx > thead > tr > th:nth-child(12) {
    width: 16em;
}
@media (min-width: 1605px) {
    .table-wgsf-fy-khfysq-yj-mx > thead > tr > th:nth-child(12) {
        width: auto;
    }
}
.table-wgsf-fy-khfysq-yj-mx > tbody > tr > td:nth-child(1),
.table-wgsf-fy-khfysq-yj-mx > tbody > tr > td:nth-child(8),
.table-wgsf-fy-khfysq-yj-mx > tbody > tr > td:nth-child(11) {
    text-align: center;
}
.table-wgsf-fy-khfysq-yj-mx > tbody > tr > td:nth-child(5) {
    text-align: right;
}
.table-wgsf-pz-khsfpz {
    min-width: 1905px;
}
.table-wgsf-pz-khsfpz > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-pz-khsfpz > thead > tr > th:nth-child(2) {
    width: 12em;
}
.table-wgsf-pz-khsfpz > thead > tr > th:nth-child(3) {
    width: 0;
    column-width: 0;
}
.table-wgsf-pz-khsfpz > thead > tr > th:nth-child(4) {
    width: 7em;
}
.table-wgsf-pz-khsfpz > thead > tr > th:nth-child(5) {
    width: 7em;
}
.table-wgsf-pz-khsfpz > thead > tr > th:nth-child(6) {
    width: 10em;
}
.table-wgsf-pz-khsfpz > thead > tr > th:nth-child(7) {
    width: 0;
    column-width: 0;
}
.table-wgsf-pz-khsfpz > thead > tr > th:nth-child(8) {
    width: 5em;
    text-align: right;
}
.table-wgsf-pz-khsfpz > thead > tr > th:nth-child(9) {
    width: 5em;
}
.table-wgsf-pz-khsfpz > thead > tr > th:nth-child(10) {
    width: 5em;
}
.table-wgsf-pz-khsfpz > thead > tr > th:nth-child(11) {
    width: 7em;
    text-align: center;
}
.table-wgsf-pz-khsfpz > thead > tr > th:nth-child(12) {
    width: 16em;
}
@media (min-width: 2305px) {
    .table-wgsf-pz-khsfpz > thead > tr > th:nth-child(12) {
        width: auto;
    }
}
.table-wgsf-pz-khsfpz > thead > tr > th:nth-child(13) {
    width: 4em;
    text-align: center;
}
.table-wgsf-pz-khsfpz > thead > tr > th:nth-child(14) {
    width: 5em;
    text-align: center;
}
.table-wgsf-pz-khsfpz > thead > tr > th:nth-child(15) {
    width: 12em;
}
.table-wgsf-pz-khsfpz > thead > tr > th:nth-child(16) {
    width: 8em;
}
.table-wgsf-pz-khsfpz > thead > tr > th:nth-child(17) {
    width: 5em;
}
.table-wgsf-pz-khsfpz > thead > tr > th:nth-child(18) {
    width: 7em;
    text-align: center;
}
.table-wgsf-pz-khsfpz > thead > tr > th:nth-child(19) {
    width: 16em;
}
@media (min-width: 2305px) {
    .table-wgsf-pz-khsfpz > thead > tr > th:nth-child(19) {
        width: auto;
    }
}
.table-wgsf-pz-khsfpz > thead > tr > th:nth-child(20) {
    width: 8.5em;
    text-align: center;
}
.table-wgsf-pz-khsfpz > tbody > tr > td:nth-child(1),
.table-wgsf-pz-khsfpz > tbody > tr > td:nth-child(11),
.table-wgsf-pz-khsfpz > tbody > tr > td:nth-child(13),
.table-wgsf-pz-khsfpz > tbody > tr > td:nth-child(14),
.table-wgsf-pz-khsfpz > tbody > tr > td:nth-child(18),
.table-wgsf-pz-khsfpz > tbody > tr > td:nth-child(20) {
    text-align: center;
}
.table-wgsf-pz-khsfpz > tbody > tr > td:nth-child(8) {
    text-align: right;
}
.table-wgsf-pz-sfpzgl- {
    min-width: 2205px;
}
.table-wgsf-pz-sfpzgl > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-pz-sfpzgl > thead > tr > th:nth-child(2) {
    width: 22em;
}
.table-wgsf-pz-sfpzgl > thead > tr > th:nth-child(3) {
    width: 12em;
}
.table-wgsf-pz-sfpzgl > thead > tr > th:nth-child(4) {
    width: 0;
    column-width: 0;
}
.table-wgsf-pz-sfpzgl > thead > tr > th:nth-child(5) {
    width: 7em;
}
.table-wgsf-pz-sfpzgl > thead > tr > th:nth-child(6) {
    width: 7em;
}
.table-wgsf-pz-sfpzgl > thead > tr > th:nth-child(7) {
    width: 10em;
}
.table-wgsf-pz-sfpzgl > thead > tr > th:nth-child(8) {
    width: 0;
    column-width: 0;
}
.table-wgsf-pz-sfpzgl > thead > tr > th:nth-child(9) {
    width: 5em;
    text-align: right;
}
.table-wgsf-pz-sfpzgl > thead > tr > th:nth-child(10) {
    width: 5em;
}
.table-wgsf-pz-sfpzgl > thead > tr > th:nth-child(11) {
    width: 5em;
}
.table-wgsf-pz-sfpzgl > thead > tr > th:nth-child(12) {
    width: 7em;
    text-align: center;
}
.table-wgsf-pz-sfpzgl > thead > tr > th:nth-child(13) {
    width: 16em;
}
@media (min-width: 2605px) {
    .table-wgsf-pz-sfpzgl > thead > tr > th:nth-child(13) {
        width: auto;
    }
}
.table-wgsf-pz-sfpzgl > thead > tr > th:nth-child(14) {
    width: 4em;
    text-align: center;
}
.table-wgsf-pz-sfpzgl > thead > tr > th:nth-child(15) {
    width: 5em;
    text-align: center;
}
.table-wgsf-pz-sfpzgl > thead > tr > th:nth-child(16) {
    width: 12em;
}
.table-wgsf-pz-sfpzgl > thead > tr > th:nth-child(17) {
    width: 8em;
}
.table-wgsf-pz-sfpzgl > thead > tr > th:nth-child(18) {
    width: 5em;
}
.table-wgsf-pz-sfpzgl > thead > tr > th:nth-child(19) {
    width: 7em;
    text-align: center;
}
.table-wgsf-pz-sfpzgl > thead > tr > th:nth-child(20) {
    width: 16em;
}
@media (min-width: 2605px) {
    .table-wgsf-pz-sfpzgl > thead > tr > th:nth-child(20) {
        width: auto;
    }
}
.table-wgsf-pz-sfpzgl > thead > tr > th:nth-child(21) {
    width: 9em;
    text-align: center;
}
.table-wgsf-pz-sfpzgl > tbody > tr > td:nth-child(1),
.table-wgsf-pz-sfpzgl > tbody > tr > td:nth-child(12),
.table-wgsf-pz-sfpzgl > tbody > tr > td:nth-child(14),
.table-wgsf-pz-sfpzgl > tbody > tr > td:nth-child(15),
.table-wgsf-pz-sfpzgl > tbody > tr > td:nth-child(19),
.table-wgsf-pz-sfpzgl > tbody > tr > td:nth-child(21) {
    text-align: center;
}
.table-wgsf-pz-sfpzgl > tbody > tr > td:nth-child(9) {
    text-align: right;
}
.table-wgsf-fy-khfysq-zhxx-ybcb {
    min-width: 1206px;
}
.table-wgsf-fy-khfysq-zhxx-ybcb > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-fy-khfysq-zhxx-ybcb > thead > tr > th:nth-child(2) {
    width: 12em;
}
.table-wgsf-fy-khfysq-zhxx-ybcb > thead > tr > th:nth-child(3) {
    width: 5em;
}
.table-wgsf-fy-khfysq-zhxx-ybcb > thead > tr > th:nth-child(4) {
    width: 6em;
    text-align: center;
}
.table-wgsf-fy-khfysq-zhxx-ybcb > thead > tr > th:nth-child(5) {
    width: 9em;
    text-align: right;
}
.table-wgsf-fy-khfysq-zhxx-ybcb > thead > tr > th:nth-child(6),
.table-wgsf-fy-khfysq-zhxx-ybcb > thead > tr > th:nth-child(7) {
    width: 10em;
    text-align: center;
}
.table-wgsf-fy-khfysq-zhxx-ybcb > thead > tr > th:nth-child(8),
.table-wgsf-fy-khfysq-zhxx-ybcb > thead > tr > th:nth-child(9) {
    width: 8em;
    text-align: right;
}
.table-wgsf-fy-khfysq-zhxx-ybcb > thead > tr > th:nth-child(10) {
    width: 5em;
    text-align: right;
}
.table-wgsf-fy-khfysq-zhxx-ybcb > thead > tr > th:nth-child(11) {
    width: 20em;
}
@media (min-width: 1707px) {
    .table-wgsf-fy-khfysq-zhxx-ybcb > thead > tr > th:nth-child(11) {
        width: auto;
    }
}
.table-wgsf-fy-khfysq-zhxx-ybcb > tbody > tr > td:nth-child(1),
.table-wgsf-fy-khfysq-zhxx-ybcb > tbody > tr > td:nth-child(4),
.table-wgsf-fy-khfysq-zhxx-ybcb > tbody > tr > td:nth-child(6),
.table-wgsf-fy-khfysq-zhxx-ybcb > tbody > tr > td:nth-child(7) {
    text-align: center;
}
.table-wgsf-fy-khfysq-zhxx-ybcb > tbody > tr > td:nth-child(5),
.table-wgsf-fy-khfysq-zhxx-ybcb > tbody > tr > td:nth-child(8),
.table-wgsf-fy-khfysq-zhxx-ybcb > tbody > tr > td:nth-child(9),
.table-wgsf-fy-khfysq-zhxx-ybcb > tbody > tr > td:nth-child(10) {
    text-align: right;
}
.table-wgsf-fy-ysfygl {
    min-width: 806px;
}
.table-wgsf-fy-ysfygl > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-fy-ysfygl > thead > tr > th:nth-child(2) {
    width: 12em;
}
.table-wgsf-fy-ysfygl > thead > tr > th:nth-child(3) {
    width: 10em;
}
.table-wgsf-fy-ysfygl > thead > tr > th:nth-child(4) {
    width: 0;
    column-width: 0;
}
.table-wgsf-fy-ysfygl > thead > tr > th:nth-child(5) {
    width: 11em;
    text-align: right;
}
.table-wgsf-fy-ysfygl > thead > tr > th:nth-child(6) {
    width: 13em;
    text-align: center;
}
.table-wgsf-fy-ysfygl > thead > tr > th:nth-child(7) {
    width: 7em;
    text-align: center;
}
.table-wgsf-fy-ysfygl > thead > tr > th:nth-child(8) {
    width: 5em;
    text-align: center;
}
.table-wgsf-fy-ysfygl > thead > tr > th:nth-child(9) {
    width: 5em;
    text-align: center;
}
.table-wgsf-fy-ysfygl > thead > tr > th:nth-child(10) {
    width: 20em;
}
@media (min-width: 1905px) {
    .table-wgsf-fy-ysfygl > thead > tr > th:nth-child(10) {
        width: auto;
    }
}
.table-wgsf-fy-ysfygl > thead > tr > th:nth-child(11) {
    width: 7em;
    text-align: center;
}
.table-wgsf-fy-ysfygl > tbody > tr > td:nth-child(1),
.table-wgsf-fy-ysfygl > tbody > tr > td:nth-child(6),
.table-wgsf-fy-ysfygl > tbody > tr > td:nth-child(7),
.table-wgsf-fy-ysfygl > tbody > tr > td:nth-child(8),
.table-wgsf-fy-ysfygl > tbody > tr > td:nth-child(9),
.table-wgsf-fy-ysfygl > tbody > tr > td:nth-child(11) {
    text-align: center;
}
.table-wgsf-fy-ysfygl > tbody > tr > td:nth-child(5) {
    text-align: right;
}
.table-wgsf-dk-spwjdc {
    min-width: 1805px;
}
.table-wgsf-dk-spwjdc > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-dk-spwjdc > thead > tr > th:nth-child(2) {
    width: 9em;
}
.table-wgsf-dk-spwjdc > thead > tr > th:nth-child(3) {
    width: 10em;
}
.table-wgsf-dk-spwjdc > thead > tr > th:nth-child(4) {
    width: 7em;
    text-align: center;
}
.table-wgsf-dk-spwjdc > thead > tr > th:nth-child(5) {
    width: 17em;
}
@media (min-width: 2305px) {
    .table-wgsf-dk-spwjdc > thead > tr > th:nth-child(5) {
        width: auto;
    }
}
.table-wgsf-dk-spwjdc > thead > tr > th:nth-child(6) {
    width: 5em;
}
.table-wgsf-dk-spwjdc > thead > tr > th:nth-child(7) {
    width: 7em;
    text-align: center;
}
.table-wgsf-dk-spwjdc > thead > tr > th:nth-child(8) {
    width: 17em;
}
@media (min-width: 2305px) {
    .table-wgsf-dk-spwjdc > thead > tr > th:nth-child(8) {
        width: auto;
    }
}
.table-wgsf-dk-spwjdc > thead > tr > th:nth-child(9) {
    width: 5em;
}
.table-wgsf-dk-spwjdc > thead > tr > th:nth-child(10) {
    width: 6em;
    text-align: right;
}
.table-wgsf-dk-spwjdc > thead > tr > th:nth-child(11) {
    width: 6em;
    text-align: right;
}
.table-wgsf-dk-spwjdc > thead > tr > th:nth-child(12) {
    width: 7em;
    text-align: center;
}
.table-wgsf-dk-spwjdc > thead > tr > th:nth-child(13) {
    width: 6em;
    text-align: right;
}
.table-wgsf-dk-spwjdc > thead > tr > th:nth-child(14) {
    width: 6em;
    text-align: right;
}
.table-wgsf-dk-spwjdc > thead > tr > th:nth-child(15) {
    width: 5em;
    text-align: center;
}
.table-wgsf-dk-spwjdc > thead > tr > th:nth-child(16) {
    width: 15em;
}
.table-wgsf-dk-spwjdc > thead > tr > th:nth-child(17) {
    width: 5em;
    text-align: center;
}
.table-wgsf-dk-spwjdc > thead > tr > th:nth-child(18) {
    width: 8.5em;
    text-align: center;
}
.table-wgsf-dk-spwjdc > tbody > tr > td:nth-child(1),
.table-wgsf-dk-spwjdc > tbody > tr > td:nth-child(4),
.table-wgsf-dk-spwjdc > tbody > tr > td:nth-child(7),
.table-wgsf-dk-spwjdc > tbody > tr > td:nth-child(12),
.table-wgsf-dk-spwjdc > tbody > tr > td:nth-child(15),
.table-wgsf-dk-spwjdc > tbody > tr > td:nth-child(17),
.table-wgsf-dk-spwjdc > tbody > tr > td:nth-child(18) {
    text-align: center;
}
.table-wgsf-dk-spwjdc > tbody > tr > td:nth-child(10),
.table-wgsf-dk-spwjdc > tbody > tr > td:nth-child(11),
.table-wgsf-dk-spwjdc > tbody > tr > td:nth-child(13),
.table-wgsf-dk-spwjdc > tbody > tr > td:nth-child(14) {
    text-align: right;
}
.table-wgsf-dk-hpwjxh {
    min-width: 1805px;
}
.table-wgsf-dk-hpwjxh > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-dk-hpwjxh > thead > tr > th:nth-child(2) {
    width: 9em;
}
.table-wgsf-dk-hpwjxh > thead > tr > th:nth-child(3) {
    width: 10em;
}
.table-wgsf-dk-hpwjxh > thead > tr > th:nth-child(4) {
    width: 7em;
    text-align: center;
}
.table-wgsf-dk-hpwjxh > thead > tr > th:nth-child(5) {
    width: 17em;
}
@media (min-width: 2205px) {
    .table-wgsf-dk-hpwjxh > thead > tr > th:nth-child(5) {
        width: auto;
    }
}
.table-wgsf-dk-hpwjxh > thead > tr > th:nth-child(6) {
    width: 5em;
}
.table-wgsf-dk-hpwjxh > thead > tr > th:nth-child(7) {
    width: 6em;
    text-align: right;
}
.table-wgsf-dk-hpwjxh > thead > tr > th:nth-child(8) {
    width: 6em;
    text-align: right;
}
.table-wgsf-dk-hpwjxh > thead > tr > th:nth-child(9) {
    width: 7em;
    text-align: center;
}
.table-wgsf-dk-hpwjxh > thead > tr > th:nth-child(10) {
    width: 6em;
    text-align: right;
}
.table-wgsf-dk-hpwjxh > thead > tr > th:nth-child(11) {
    width: 6em;
    text-align: right;
}
.table-wgsf-dk-hpwjxh > thead > tr > th:nth-child(12) {
    width: 5em;
    text-align: center;
}
.table-wgsf-dk-hpwjxh > thead > tr > th:nth-child(13) {
    width: 15em;
}
.table-wgsf-dk-hpwjxh > thead > tr > th:nth-child(14) {
    width: 5em;
    text-align: center;
}
.table-wgsf-dk-hpwjxh > thead > tr > th:nth-child(15) {
    width: 17em;
    text-align: center;
}
.table-wgsf-dk-hpwjxh > tbody > tr > td:nth-child(1),
.table-wgsf-dk-hpwjxh > tbody > tr > td:nth-child(4),
.table-wgsf-dk-hpwjxh > tbody > tr > td:nth-child(7),
.table-wgsf-dk-hpwjxh > tbody > tr > td:nth-child(12),
.table-wgsf-dk-hpwjxh > tbody > tr > td:nth-child(14),
.table-wgsf-dk-hpwjxh > tbody > tr > td:nth-child(15) {
    text-align: center;
}
.table-wgsf-dk-hpwjxh > tbody > tr > td:nth-child(7),
.table-wgsf-dk-hpwjxh > tbody > tr > td:nth-child(8),
.table-wgsf-dk-hpwjxh > tbody > tr > td:nth-child(10),
.table-wgsf-dk-hpwjxh > tbody > tr > td:nth-child(11) {
    text-align: right;
}
.table-wgsf-dk-hpwjxh-jyjg {
    min-width: 1005px;
}
.table-wgsf-dk-hpwjxh-jyjg > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-dk-hpwjxh-jyjg > thead > tr > th:nth-child(2) {
    width: 22em;
}
.table-wgsf-dk-hpwjxh-jyjg > thead > tr > th:nth-child(3) {
    width: 15em;
}
.table-wgsf-dk-hpwjxh-jyjg > thead > tr > th:nth-child(4) {
    width: 7em;
}
.table-wgsf-dk-hpwjxh-jyjg > thead > tr > th:nth-child(5) {
    width: 6em;
    text-align: right;
}
.table-wgsf-dk-hpwjxh-jyjg > thead > tr > th:nth-child(6) {
    width: auto;
}
.table-wgsf-dk-hpwjxh-jyjg > tbody > tr > td:nth-child(1) {
    text-align: center;
}
.table-wgsf-dk-hpwjxh-jyjg > tbody > tr > td:nth-child(5) {
    text-align: right;
}
.jyjg-mis-match-zh {
    color: #fd7e14;
}
.jyjg-mis-match-mc {
    color: #e83e8c;
}
.jyjg-mis-match-je {
    color: #dc3545;
}
.jyjg-mis-match-sm {
    color: #ffc107;
}
.table-wgsf-cwbb-xmsf {
    min-width: 1206px;
}
.table-wgsf-cwbb-xmsf > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-cwbb-xmsf > thead > tr > th:nth-child(2),
.table-wgsf-cwbb-xmsf > thead > tr > th:nth-child(3) {
    width: auto;
}
.table-wgsf-cwbb-xmsf > thead > tr > th:nth-child(4),
.table-wgsf-cwbb-xmsf > thead > tr > th:nth-child(5),
.table-wgsf-cwbb-xmsf > thead > tr > th:nth-child(6),
.table-wgsf-cwbb-xmsf > thead > tr > th:nth-child(7) {
    width: 7em;
    text-align: right;
}
@media (min-width: 1405px) {
    .table-wgsf-cwbb-xmsf > thead > tr > th:nth-child(4),
    .table-wgsf-cwbb-xmsf > thead > tr > th:nth-child(5),
    .table-wgsf-cwbb-xmsf > thead > tr > th:nth-child(6),
    .table-wgsf-cwbb-xmsf > thead > tr > th:nth-child(7) {
        width: 10em;
    }
}
@media (min-width: 1905px) {
    .table-wgsf-cwbb-xmsf > thead > tr > th:nth-child(4),
    .table-wgsf-cwbb-xmsf > thead > tr > th:nth-child(5),
    .table-wgsf-cwbb-xmsf > thead > tr > th:nth-child(6),
    .table-wgsf-cwbb-xmsf > thead > tr > th:nth-child(7) {
        width: 16em;
    }
}
@media (min-width: 2545px) {
    .table-wgsf-cwbb-xmsf > thead > tr > th:nth-child(4),
    .table-wgsf-cwbb-xmsf > thead > tr > th:nth-child(5),
    .table-wgsf-cwbb-xmsf > thead > tr > th:nth-child(6),
    .table-wgsf-cwbb-xmsf > thead > tr > th:nth-child(7) {
        width: 22em;
    }
}
.table-wgsf-cwbb-xmsf > tbody > tr > td:nth-child(1) {
    text-align: center;
}
.table-wgsf-cwbb-xmsf > tbody > tr > td:nth-child(4),
.table-wgsf-cwbb-xmsf > tbody > tr > td:nth-child(5),
.table-wgsf-cwbb-xmsf > tbody > tr > td:nth-child(6),
.table-wgsf-cwbb-xmsf > tbody > tr > td:nth-child(7) {
    text-align: right;
}
.table-wgsf-wycx-khcwcx {
    min-width: 2306px;
}
.table-wgsf-wycx-khcwcx > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-wycx-khcwcx > thead > tr > th:nth-child(2) {
    width: 22em;
}
.table-wgsf-wycx-khcwcx > thead > tr > th:nth-child(3),
.table-wgsf-wycx-khcwcx > thead > tr > th:nth-child(4) {
    width: 10em;
}
.table-wgsf-wycx-khcwcx > thead > tr > th:nth-child(5) {
    width: 6em;
    text-align: right;
}
.table-wgsf-wycx-khcwcx > thead > tr > th:nth-child(6) {
    width: 10em;
}
.table-wgsf-wycx-khcwcx > thead > tr > th:nth-child(7) {
    width: 12em;
}
.table-wgsf-wycx-khcwcx > thead > tr > th:nth-child(8) {
    width: 15em;
}
.table-wgsf-wycx-khcwcx > thead > tr > th:nth-child(9) {
    width: 15em;
}
.table-wgsf-wycx-khcwcx > thead > tr > th:nth-child(10) {
    width: 5em;
    text-align: center;
}
.table-wgsf-wycx-khcwcx > thead > tr > th:nth-child(11) {
    width: 7em;
    text-align: center;
}
.table-wgsf-wycx-khcwcx > thead > tr > th:nth-child(12) {
    width: 6em;
    text-align: center;
}
.table-wgsf-wycx-khcwcx > thead > tr > th:nth-child(13) {
    width: auto;
}
.table-wgsf-wycx-khcwcx > tbody > tr > td:nth-child(1),
.table-wgsf-wycx-khcwcx > tbody > tr > td:nth-child(10),
.table-wgsf-wycx-khcwcx > tbody > tr > td:nth-child(11),
.table-wgsf-wycx-khcwcx > tbody > tr > td:nth-child(12) {
    text-align: center;
}
.table-wgsf-wycx-khcwcx > tbody > tr > td:nth-child(5) {
    text-align: right;
}
.table-wgsf-wycx-cwxxcx {
    min-width: 806px;
}
.table-wgsf-wycx-cwxxcx > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-wycx-cwxxcx > thead > tr > th:nth-child(2) {
    width: 15em;
}
.table-wgsf-wycx-cwxxcx > thead > tr > th:nth-child(3) {
    width: 22em;
}
.table-wgsf-wycx-cwxxcx > thead > tr > th:nth-child(4) {
    width: 12em;
}
.table-wgsf-wycx-cwxxcx > thead > tr > th:nth-child(5) {
    width: 7em;
    text-align: right;
}
.table-wgsf-wycx-cwxxcx > thead > tr > th:nth-child(6) {
    width: 12em;
}
.table-wgsf-wycx-cwxxcx > thead > tr > th:nth-child(7) {
    width: 12em;
}
.table-wgsf-wycx-cwxxcx > thead > tr > th:nth-child(8) {
    width: 6em;
    text-align: center;
}
.table-wgsf-wycx-cwxxcx > thead > tr > th:nth-child(9) {
    width: 12em;
}
.table-wgsf-wycx-cwxxcx > thead > tr > th:nth-child(10) {
    width: 12em;
}
.table-wgsf-wycx-cwxxcx > thead > tr > th:nth-child(11) {
    width: 8em;
}
.table-wgsf-wycx-cwxxcx > thead > tr > th:nth-child(12),
.table-wgsf-wycx-cwxxcx > thead > tr > th:nth-child(13) {
    width: 7em;
    text-align: center;
}
.table-wgsf-wycx-cwxxcx > thead > tr > th:nth-child(14) {
    width: 25em;
}
.table-wgsf-wycx-cwxxcx > thead > tr > th:nth-child(15) {
    width: 5em;
    text-align: center;
}
.table-wgsf-wycx-cwxxcx > tbody > tr > td:nth-child(1),
.table-wgsf-wycx-cwxxcx > tbody > tr > td:nth-child(8),
.table-wgsf-wycx-cwxxcx > tbody > tr > td:nth-child(12),
.table-wgsf-wycx-cwxxcx > tbody > tr > td:nth-child(13),
.table-wgsf-wycx-cwxxcx > tbody > tr > td:nth-child(14),
.table-wgsf-wycx-cwxxcx > tbody > tr > td:nth-child(15) {
    text-align: center;
}
.table-wgsf-wycx-cwxxcx > tbody > tr > td:nth-child(5) {
    text-align: right;
}
.table-wgsf-wycx-cbmx {
    min-width: 806px;
}
.table-wgsf-wycx-cbmx > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-wycx-cbmx > thead > tr > th:nth-child(2) {
    width: 22em;
}
.table-wgsf-wycx-cbmx > thead > tr > th:nth-child(3) {
    width: 0;
    column-width: 0;
}
.table-wgsf-wycx-cbmx > thead > tr > th:nth-child(4) {
    width: 5em;
}
.table-wgsf-wycx-cbmx > thead > tr > th:nth-child(5) {
    width: 8em;
}
.table-wgsf-wycx-cbmx > thead > tr > th:nth-child(6) {
    width: 3em;
}
.table-wgsf-wycx-cbmx > thead > tr > th:nth-child(7),
.table-wgsf-wycx-cbmx > thead > tr > th:nth-child(8) {
    width: 7em;
    text-align: center;
}
.table-wgsf-wycx-cbmx > thead > tr > th:nth-child(9) {
    width: 5em;
}
.table-wgsf-wycx-cbmx > thead > tr > th:nth-child(10) {
    width: 7em;
    text-align: right;
}
.table-wgsf-wycx-cbmx > thead > tr > th:nth-child(11),
.table-wgsf-wycx-cbmx > thead > tr > th:nth-child(12) {
    width: 6em;
    text-align: right;
}
.table-wgsf-wycx-cbmx > thead > tr > th:nth-child(13),
.table-wgsf-wycx-cbmx > thead > tr > th:nth-child(14) {
    width: 5em;
    text-align: right;
}
.table-wgsf-wycx-cbmx > thead > tr > th:nth-child(15) {
    width: 5em;
}
.table-wgsf-wycx-cbmx > thead > tr > th:nth-child(16) {
    width: 20em;
}
.table-wgsf-wycx-cbmx > tbody > tr > td:nth-child(1),
.table-wgsf-wycx-cbmx > tbody > tr > td:nth-child(7),
.table-wgsf-wycx-cbmx > tbody > tr > td:nth-child(8) {
    text-align: center;
}
.table-wgsf-wycx-cbmx > tbody > tr > td:nth-child(10),
.table-wgsf-wycx-cbmx > tbody > tr > td:nth-child(11),
.table-wgsf-wycx-cbmx > tbody > tr > td:nth-child(12),
.table-wgsf-wycx-cbmx > tbody > tr > td:nth-child(13),
.table-wgsf-wycx-cbmx > tbody > tr > td:nth-child(14) {
    text-align: right;
}
.table-wgsf-wycx-gtcbmx {
    min-width: 806px;
}
.table-wgsf-wycx-gtcbmx > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-wycx-gtcbmx > thead > tr > th:nth-child(2) {
    width: 22em;
}
.table-wgsf-wycx-gtcbmx > thead > tr > th:nth-child(3) {
    width: 0;
    column-width: 0;
}
.table-wgsf-wycx-gtcbmx > thead > tr > th:nth-child(4) {
    width: 5em;
}
.table-wgsf-wycx-gtcbmx > thead > tr > th:nth-child(5) {
    width: 12em;
}
.table-wgsf-wycx-gtcbmx > thead > tr > th:nth-child(6) {
    width: 3em;
}
.table-wgsf-wycx-gtcbmx > thead > tr > th:nth-child(7),
.table-wgsf-wycx-gtcbmx > thead > tr > th:nth-child(8) {
    width: 7em;
    text-align: center;
}
.table-wgsf-wycx-gtcbmx > thead > tr > th:nth-child(9) {
    width: 5em;
}
.table-wgsf-wycx-gtcbmx > thead > tr > th:nth-child(10) {
    width: 7em;
    text-align: right;
}
.table-wgsf-wycx-gtcbmx > thead > tr > th:nth-child(11),
.table-wgsf-wycx-gtcbmx > thead > tr > th:nth-child(12) {
    width: 6em;
    text-align: right;
}
.table-wgsf-wycx-gtcbmx > thead > tr > th:nth-child(13),
.table-wgsf-wycx-gtcbmx > thead > tr > th:nth-child(14) {
    width: 5em;
    text-align: right;
}
.table-wgsf-wycx-gtcbmx > thead > tr > th:nth-child(15) {
    width: 5em;
}
.table-wgsf-wycx-gtcbmx > thead > tr > th:nth-child(16) {
    width: 20em;
}
.table-wgsf-wycx-gtcbmx > tbody > tr > td:nth-child(1),
.table-wgsf-wycx-gtcbmx > tbody > tr > td:nth-child(7),
.table-wgsf-wycx-gtcbmx > tbody > tr > td:nth-child(8) {
    text-align: center;
}
.table-wgsf-wycx-gtcbmx > tbody > tr > td:nth-child(10),
.table-wgsf-wycx-gtcbmx > tbody > tr > td:nth-child(11),
.table-wgsf-wycx-gtcbmx > tbody > tr > td:nth-child(12),
.table-wgsf-wycx-gtcbmx > tbody > tr > td:nth-child(13),
.table-wgsf-wycx-gtcbmx > tbody > tr > td:nth-child(14) {
    text-align: right;
}
.table-wgsf-cwbb-sfpzmx {
    min-width: 2005px;
}
.table-wgsf-cwbb-sfpzmx > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-cwbb-sfpzmx > thead > tr > th:nth-child(2) {
    width: 22em;
}
.table-wgsf-cwbb-sfpzmx > thead > tr > th:nth-child(3) {
    width: 12em;
}
.table-wgsf-cwbb-sfpzmx > thead > tr > th:nth-child(4) {
    width: 0;
    column-width: 0;
}
.table-wgsf-cwbb-sfpzmx > thead > tr > th:nth-child(5) {
    width: 8em;
}
.table-wgsf-cwbb-sfpzmx > thead > tr > th:nth-child(6) {
    width: 8em;
}
.table-wgsf-cwbb-sfpzmx > thead > tr > th:nth-child(7) {
    width: 12em;
}
.table-wgsf-cwbb-sfpzmx > thead > tr > th:nth-child(8) {
    width: 0;
    column-width: 0;
}
.table-wgsf-cwbb-sfpzmx > thead > tr > th:nth-child(9) {
    width: 7em;
    text-align: right;
}
.table-wgsf-cwbb-sfpzmx > thead > tr > th:nth-child(10) {
    width: 5em;
}
.table-wgsf-cwbb-sfpzmx > thead > tr > th:nth-child(11) {
    width: 5em;
}
.table-wgsf-cwbb-sfpzmx > thead > tr > th:nth-child(12) {
    width: 7em;
    text-align: center;
}
.table-wgsf-cwbb-sfpzmx > thead > tr > th:nth-child(13) {
    width: 16em;
}
@media (min-width: 2105px) {
    .table-wgsf-cwbb-sfpzmx > thead > tr > th:nth-child(13) {
        width: auto;
    }
}
.table-wgsf-cwbb-sfpzmx > thead > tr > th:nth-child(14) {
    width: 4em;
    text-align: center;
}
.table-wgsf-cwbb-sfpzmx > thead > tr > th:nth-child(15) {
    width: 5em;
    text-align: center;
}
.table-wgsf-cwbb-sfpzmx > thead > tr > th:nth-child(16) {
    width: 5em;
    text-align: center;
}
.table-wgsf-cwbb-sfpzmx > thead > tr > th:nth-child(17) {
    width: 12em;
}
.table-wgsf-cwbb-sfpzmx > thead > tr > th:nth-child(18) {
    width: 5em;
    text-align: center;
}
.table-wgsf-cwbb-sfpzmx > thead > tr > th:nth-child(19) {
    width: 7em;
    text-align: center;
}
.table-wgsf-cwbb-sfpzmx > thead > tr > th:nth-child(20) {
    width: 7em;
    text-align: center;
}
.table-wgsf-cwbb-sfpzmx > thead > tr > th:nth-child(21) {
    width: 16em;
}
@media (min-width: 2105px) {
    .table-wgsf-cwbb-sfpzmx > thead > tr > th:nth-child(21) {
        width: auto;
    }
}
.table-wgsf-cwbb-sfpzmx > tbody > tr > td:nth-child(1),
.table-wgsf-cwbb-sfpzmx > tbody > tr > td:nth-child(12),
.table-wgsf-cwbb-sfpzmx > tbody > tr > td:nth-child(14),
.table-wgsf-cwbb-sfpzmx > tbody > tr > td:nth-child(15),
.table-wgsf-cwbb-sfpzmx > tbody > tr > td:nth-child(16),
.table-wgsf-cwbb-sfpzmx > tbody > tr > td:nth-child(21) {
    text-align: center;
}
.table-wgsf-cwbb-sfpzmx > tbody > tr > td:nth-child(9) {
    text-align: right;
}
.table-wgsf-cwbb-ysfymx {
    min-width: 1806px;
}
.table-wgsf-cwbb-ysfymx > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-cwbb-ysfymx > thead > tr > th:nth-child(2) {
    width: 22em;
}
.table-wgsf-cwbb-ysfymx > thead > tr > th:nth-child(3) {
    width: 12em;
}
.table-wgsf-cwbb-ysfymx > thead > tr > th:nth-child(4) {
    width: 12em;
}
.table-wgsf-cwbb-ysfymx > thead > tr > th:nth-child(5) {
    width: 13em;
    text-align: center;
}
.table-wgsf-cwbb-ysfymx > thead > tr > th:nth-child(6),
.table-wgsf-cwbb-ysfymx > thead > tr > th:nth-child(7) {
    width: 6em;
    text-align: right;
}
.table-wgsf-cwbb-ysfymx > thead > tr > th:nth-child(8) {
    width: 5em;
    text-align: right;
}
.table-wgsf-cwbb-ysfymx > thead > tr > th:nth-child(9) {
    width: 6em;
    text-align: center;
}
.table-wgsf-cwbb-ysfymx > thead > tr > th:nth-child(10) {
    width: 7em;
    text-align: center;
}
.table-wgsf-cwbb-ysfymx > thead > tr > th:nth-child(11) {
    width: 7em;
    text-align: right;
}
.table-wgsf-cwbb-ysfymx > thead > tr > th:nth-child(12) {
    width: 6em;
    text-align: right;
}
.table-wgsf-cwbb-ysfymx > thead > tr > th:nth-child(13) {
    width: 5em;
    text-align: center;
}
.table-wgsf-cwbb-ysfymx > thead > tr > th:nth-child(14) {
    width: 5em;
    text-align: center;
}
.table-wgsf-cwbb-ysfymx > thead > tr > th:nth-child(15) {
    width: 25em;
}
.table-wgsf-cwbb-ysfymx > tbody > tr > td:nth-child(1),
.table-wgsf-cwbb-ysfymx > tbody > tr > td:nth-child(5),
.table-wgsf-cwbb-ysfymx > tbody > tr > td:nth-child(9),
.table-wgsf-cwbb-ysfymx > tbody > tr > td:nth-child(10),
.table-wgsf-cwbb-ysfymx > tbody > tr > td:nth-child(13),
.table-wgsf-cwbb-ysfymx > tbody > tr > td:nth-child(14) {
    text-align: center;
}
.table-wgsf-cwbb-ysfymx > tbody > tr > td:nth-child(6),
.table-wgsf-cwbb-ysfymx > tbody > tr > td:nth-child(7),
.table-wgsf-cwbb-ysfymx > tbody > tr > td:nth-child(8),
.table-wgsf-cwbb-ysfymx > tbody > tr > td:nth-child(11),
.table-wgsf-cwbb-ysfymx > tbody > tr > td:nth-child(12) {
    text-align: right;
}
.table-wgsf-cwbb-ysfyqf {
    min-width: 2506px;
}
.table-wgsf-cwbb-ysfyqf > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-cwbb-ysfyqf > thead > tr > th:nth-child(2) {
    width: 22em;
}

.table-wgsf-cwbb-ysfyqf > thead > tr > th:nth-child(3) {
    width: 12em;
}
.table-wgsf-cwbb-ysfyqf > thead > tr > th:nth-child(4) {
    width: 12em;
}
.table-wgsf-cwbb-ysfyqf > thead > tr > th:nth-child(5) {
    width: 15em;
}
.table-wgsf-cwbb-ysfyqf > thead > tr > th:nth-child(6) {
    width: 15em;
}
.table-wgsf-cwbb-ysfyqf > thead > tr > th:nth-child(7) {
    width: 12em;
}
.table-wgsf-cwbb-ysfyqf > thead > tr > th:nth-child(8) {
    width: 13em;
    text-align: center;
}
.table-wgsf-cwbb-ysfyqf > thead > tr > th:nth-child(9),
.table-wgsf-cwbb-ysfyqf > thead > tr > th:nth-child(10) {
    width: 6em;
    text-align: right;
}
.table-wgsf-cwbb-ysfyqf > thead > tr > th:nth-child(11) {
    width: 5em;
    text-align: right;
}
.table-wgsf-cwbb-ysfyqf > thead > tr > th:nth-child(12) {
    width: 6em;
    text-align: center;
}
.table-wgsf-cwbb-ysfyqf > thead > tr > th:nth-child(13) {
    width: 7em;
    text-align: center;
}
.table-wgsf-cwbb-ysfyqf > thead > tr > th:nth-child(14) {
    width: 7em;
    text-align: right;
}
.table-wgsf-cwbb-ysfyqf > thead > tr > th:nth-child(15) {
    width: 6em;
    text-align: right;
}
.table-wgsf-cwbb-ysfyqf > thead > tr > th:nth-child(16) {
    width: 5em;
    text-align: center;
}
.table-wgsf-cwbb-ysfyqf > thead > tr > th:nth-child(17) {
    width: 5em;
    text-align: center;
}
.table-wgsf-cwbb-ysfyqf > tbody > tr > td:nth-child(1),
.table-wgsf-cwbb-ysfyqf > tbody > tr > td:nth-child(8),
.table-wgsf-cwbb-ysfyqf > tbody > tr > td:nth-child(12),
.table-wgsf-cwbb-ysfyqf > tbody > tr > td:nth-child(13),
.table-wgsf-cwbb-ysfyqf > tbody > tr > td:nth-child(16),
.table-wgsf-cwbb-ysfyqf > tbody > tr > td:nth-child(17) {
    text-align: center;
}
.table-wgsf-cwbb-ysfyqf > tbody > tr > td:nth-child(9),
.table-wgsf-cwbb-ysfyqf > tbody > tr > td:nth-child(10),
.table-wgsf-cwbb-ysfyqf > tbody > tr > td:nth-child(11),
.table-wgsf-cwbb-ysfyqf > tbody > tr > td:nth-child(14),
.table-wgsf-cwbb-ysfyqf > tbody > tr > td:nth-child(15) {
    text-align: right;
}
.table-wgsf-cwbb-yjfyhz {
    min-width: 2506px;
}
.table-wgsf-cwbb-yjfyhz > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-cwbb-yjfyhz > thead > tr > th:nth-child(2) {
    width: 22em;
}

.table-wgsf-cwbb-yjfyhz > thead > tr > th:nth-child(3) {
    width: 12em;
}
.table-wgsf-cwbb-yjfyhz > thead > tr > th:nth-child(4) {
    width: 12em;
}

.table-wgsf-cwbb-yjfyhz > thead > tr > th:nth-child(5) {
    width: 10em;
}
.table-wgsf-cwbb-yjfyhz > thead > tr > th:nth-child(6) {
    width: 5em;
    text-align: center;
}
.table-wgsf-cwbb-yjfyhz > thead > tr > th:nth-child(7),
.table-wgsf-cwbb-yjfyhz > thead > tr > th:nth-child(8) {
    width: 7em;
    text-align: center;
}
.table-wgsf-cwbb-yjfyhz > thead > tr > th:nth-child(9) {
    width: 7em;
    text-align: center;
}
.table-wgsf-cwbb-yjfyhz > thead > tr > th.fyje {
    width: 7em;
    text-align: right;
}
.table-wgsf-cwbb-yjfyhz > thead > tr > th.fyfl {
    width: 6em;
}
.table-wgsf-cwbb-yjfyhz > thead > tr > th.pjbh {
    width: 12em;
}
.table-wgsf-cwbb-yjfyhz > thead > tr > th.pzly {
    width: 8em;
}
.table-wgsf-cwbb-yjfyhz > thead > tr > th.cwzy {
    width: 12em;
}
.table-wgsf-cwbb-yjfyhz > thead > tr > th.kpbj {
    width: 6em;
}
.table-wgsf-cwbb-yjfyhz > thead > tr > th.fpbh {
    width: 12em;
}
.table-wgsf-cwbb-yjfyhz > thead > tr > th.bz {
    width: 25em;
}
.table-wgsf-cwbb-yjfyhz > tbody > tr.even-row {
    background-color: #f9f9f9;
}
.table-wgsf-cwbb-yjfyhz > tbody > tr > td {
    padding-top: 0;
    padding-bottom: 0;
}
.table-wgsf-cwbb-yjfyhz > tbody > tr > td:not(:only-child) {
    height: 34px;
}
.table-wgsf-cwbb-yjfyhz > tbody > tr > td.td-indexer {
    background-color: #f5f5f5;
}
.table-wgsf-cwbb-yjfyhz > tbody > tr > td:nth-child(1),
.table-wgsf-cwbb-yjfyhz > tbody > tr > td:nth-child(6),
.table-wgsf-cwbb-yjfyhz > tbody > tr > td:nth-child(7),
.table-wgsf-cwbb-yjfyhz > tbody > tr > td:nth-child(8),
.table-wgsf-cwbb-yjfyhz > tbody > tr > td:nth-child(9) {
    text-align: center;
}
.table-wgsf-cwbb-yjfyhz > tbody > tr > td.fyje {
    text-align: right;
}
.table-wgsf-cwbb-ysfytj {
    min-width: 1306px;
}
.table-wgsf-cwbb-ysfytj > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-cwbb-ysfytj > thead > tr > th:nth-child(2) {
    width: 22em;
}
@media (min-width: 1605px) {
    .table-wgsf-cwbb-ysfytj > thead > tr > th:nth-child(2) {
        width: auto;
    }
}
.table-wgsf-cwbb-ysfytj > thead > tr > th:nth-child(3) {
    width: 12em;
}
.table-wgsf-cwbb-ysfytj > thead > tr > th:nth-child(4) {
    width: 12em;
}
@media (min-width: 1605px) {
    .table-wgsf-cwbb-ysfytj > thead > tr > th:nth-child(4) {
        width: auto;
    }
}
.table-wgsf-cwbb-ysfytj > thead > tr > th:nth-child(5),
.table-wgsf-cwbb-ysfytj > thead > tr > th:nth-child(6),
.table-wgsf-cwbb-ysfytj > thead > tr > th:nth-child(7),
.table-wgsf-cwbb-ysfytj > thead > tr > th:nth-child(8) {
    width: 8em;
    text-align: right;
}
.table-wgsf-cwbb-ysfytj > tbody > tr.even-row {
    background-color: #f9f9f9;
}
.table-wgsf-cwbb-ysfytj > tbody > tr > td {
    padding-top: 0;
    padding-bottom: 0;
}
.table-wgsf-cwbb-ysfytj > tbody > tr > td:not(:only-child) {
    height: 34px;
}
.table-wgsf-cwbb-ysfytj > tbody > tr > td:nth-child(1) {
    text-align: center;
}
.table-wgsf-cwbb-ysfytj > tbody > tr > td.td-indexer {
    background-color: #f5f5f5;
}
.table-wgsf-cwbb-ysfytj > tbody > tr > td.string {
    text-align: left;
    position: inherit !important;
}
.table-wgsf-cwbb-ysfytj > tbody > tr > td.number {
    text-align: right;
}
.table-wgsf-cwbb-ysktj {
    min-width: 1506px;
}
.table-wgsf-cwbb-ysktj > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-cwbb-ysktj > thead > tr > th:nth-child(2) {
    width: 22em;
}
@media (min-width: 1805px) {
    .table-wgsf-cwbb-ysktj > thead > tr > th:nth-child(2) {
        width: auto;
    }
}
.table-wgsf-cwbb-ysktj > thead > tr > th:nth-child(3) {
    width: 12em;
}
.table-wgsf-cwbb-ysktj > thead > tr > th:nth-child(4) {
    width: 12em;
}
@media (min-width: 1805px) {
    .table-wgsf-cwbb-ysktj > thead > tr > th:nth-child(4) {
        width: auto;
    }
}
.table-wgsf-cwbb-ysktj > thead > tr > th:nth-child(5),
.table-wgsf-cwbb-ysktj > thead > tr > th:nth-child(6),
.table-wgsf-cwbb-ysktj > thead > tr > th:nth-child(7),
.table-wgsf-cwbb-ysktj > thead > tr > th:nth-child(8),
.table-wgsf-cwbb-ysktj > thead > tr > th:nth-child(9),
.table-wgsf-cwbb-ysktj > thead > tr > th:nth-child(10) {
    width: 8em;
    text-align: right;
}
.table-wgsf-cwbb-ysktj > tbody > tr.even-row {
    background-color: #f9f9f9;
}
.table-wgsf-cwbb-ysktj > tbody > tr > td {
    padding-top: 0;
    padding-bottom: 0;
}
.table-wgsf-cwbb-ysktj > tbody > tr > td:not(:only-child) {
    height: 34px;
}
.table-wgsf-cwbb-ysktj > tbody > tr > td:nth-child(1) {
    text-align: center;
}
.table-wgsf-cwbb-ysktj > tbody > tr > td.td-indexer {
    background-color: #f5f5f5;
}
.table-wgsf-cwbb-ysktj > tbody > tr > td.string {
    text-align: left;
    position: inherit !important;
}
.table-wgsf-cwbb-ysktj > tbody > tr > td.number {
    text-align: right;
}
.table-wgsf-cwbb-yjtj {
    min-width: 1306px;
}
.table-wgsf-cwbb-yjtj > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-cwbb-yjtj > thead > tr > th:nth-child(2) {
    width: 22em;
}
@media (min-width: 1605px) {
    .table-wgsf-cwbb-yjtj > thead > tr > th:nth-child(2) {
        width: auto;
    }
}
.table-wgsf-cwbb-yjtj > thead > tr > th:nth-child(3) {
    width: 12em;
}
.table-wgsf-cwbb-yjtj > thead > tr > th:nth-child(4) {
    width: 12em;
}
@media (min-width: 1605px) {
    .table-wgsf-cwbb-yjtj > thead > tr > th:nth-child(4) {
        width: auto;
    }
}
.table-wgsf-cwbb-yjtj > thead > tr > th:nth-child(5),
.table-wgsf-cwbb-yjtj > thead > tr > th:nth-child(6),
.table-wgsf-cwbb-yjtj > thead > tr > th:nth-child(7),
.table-wgsf-cwbb-yjtj > thead > tr > th:nth-child(8) {
    width: 8em;
    text-align: right;
}
.table-wgsf-cwbb-yjtj > tbody > tr.even-row {
    background-color: #f9f9f9;
}
.table-wgsf-cwbb-yjtj > tbody > tr > td {
    padding-top: 0;
    padding-bottom: 0;
}
.table-wgsf-cwbb-yjtj > tbody > tr > td:not(:only-child) {
    height: 34px;
}
.table-wgsf-cwbb-yjtj > tbody > tr > td:nth-child(1) {
    text-align: center;
}
.table-wgsf-cwbb-yjtj > tbody > tr > td.td-indexer {
    background-color: #f5f5f5;
}
.table-wgsf-cwbb-yjtj > tbody > tr > td.string {
    text-align: left;
    position: inherit !important;
}
.table-wgsf-cwbb-yjtj > tbody > tr > td.number {
    text-align: right;
}
.table-wgsf-cwbb-yshz {
    min-width: 1206px;
}
.table-wgsf-cwbb-yshz > thead > tr > th.td-indexer {
    width: 3em;
    text-align: center;
}
.table-wgsf-cwbb-yshz > thead > tr > th.fcmc {
    width: 22em;
}
.table-wgsf-cwbb-yshz > thead > tr > th.jzmj {
    width: 5em;
    text-align: right;
}
.table-wgsf-cwbb-yshz > thead > tr > th.khmc {
    width: 12em;
}
.table-wgsf-cwbb-yshz > thead > tr > th.sfxm {
    width: 8em;
}
.table-wgsf-cwbb-yshz > thead > tr > th.yjlx {
    width: 8em;
}
.table-wgsf-cwbb-yshz > thead > tr > th.hz {
    width: 6em;
    text-align: right;
}
.table-wgsf-cwbb-yshz > tbody > tr > td:nth-child(2n + 5) {
    background-color: #f9f9f9;
}
.table-wgsf-cwbb-yshz > tbody > tr:hover > td:nth-child(2n + 5) {
    background-color: #e0f7fe;
}
.table-wgsf-cwbb-yshz > tbody > tr > td.td-indexer {
    text-align: center;
}
.table-wgsf-cwbb-yshz > tbody > tr > td.jzmj {
    text-align: right;
}
.table-wgsf-cwbb-yshz > tbody > tr > td.sfxm {
    text-align: right;
}
.table-wgsf-cwbb-yshz > tbody > tr > td.yjlx {
    text-align: right;
}
.table-wgsf-cwbb-yshz > tbody > tr > td.hz {
    text-align: right;
}
.table-wgsf-cwbb-fysqtj {
    min-width: 2106px;
}
.table-wgsf-cwbb-fysqtj > thead > tr > th.td-indexer {
    width: 3em;
    text-align: center;
}
.table-wgsf-cwbb-fysqtj > thead > tr > th.fcmc {
    width: 22em;
}
.table-wgsf-cwbb-fysqtj > thead > tr > th.jzmj {
    width: 5em;
    text-align: right;
}
.table-wgsf-cwbb-fysqtj > thead > tr > th.khmc {
    width: 12em;
}
.table-wgsf-cwbb-fysqtj > thead > tr > th.sfxm {
    width: 38em;
}
.table-wgsf-cwbb-fysqtj > thead > tr > th.sfxm > .mc {
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.table-wgsf-cwbb-fysqtj > thead > tr > th.sfxm > .mx {
    display: flex;
    justify-content: space-between;
}
.table-wgsf-cwbb-fysqtj > thead > tr > th.sfxm > .mx > div {
    width: 6em;
    text-align: right;
}
.table-wgsf-cwbb-fysqtj > thead > tr > th.sfxm-zhys {
    width: 13em;
}
.table-wgsf-cwbb-fysqtj > thead > tr > th.sfxm-zhys > .mc {
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.table-wgsf-cwbb-fysqtj > thead > tr > th.sfxm-zhys > .mx {
    display: flex;
    justify-content: space-between;
}
.table-wgsf-cwbb-fysqtj > thead > tr > th.sfxm-zhys > .mx > div {
    width: 6em;
    text-align: right;
}
.table-wgsf-cwbb-fysqtj > thead > tr > th.yjlx {
    width: 13em;
}
.table-wgsf-cwbb-fysqtj > thead > tr > th.yjlx > .mc {
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.table-wgsf-cwbb-fysqtj > thead > tr > th.yjlx > .mx {
    display: flex;
    justify-content: space-between;
}
.table-wgsf-cwbb-fysqtj > thead > tr > th.yjlx > .mx > div {
    width: 6em;
    text-align: right;
}
.table-wgsf-cwbb-fysqtj > thead > tr > th.sfxmhz {
    width: 44em;
}
.table-wgsf-cwbb-fysqtj > thead > tr > th.sfxmhz > .mc {
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.table-wgsf-cwbb-fysqtj > thead > tr > th.sfxmhz > .mx {
    display: flex;
    justify-content: space-between;
}
.table-wgsf-cwbb-fysqtj > thead > tr > th.sfxmhz > .mx > div {
    width: 6em;
    text-align: right;
}
.table-wgsf-cwbb-fysqtj > thead > tr > th.hz {
    width: 6em;
    text-align: right;
}
.table-wgsf-cwbb-fysqtj > thead > tr > th.jfl {
    width: 5em;
    text-align: right;
}
.table-wgsf-cwbb-fysqtj > tbody > tr > td:nth-child(2n + 5) {
    background-color: #f9f9f9;
}
.table-wgsf-cwbb-fysqtj > tbody > tr:hover > td:nth-child(2n + 5) {
    background-color: #e0f7fe;
}
.table-wgsf-cwbb-fysqtj > tbody > tr > td.td-indexer {
    text-align: center;
}
.table-wgsf-cwbb-fysqtj > tbody > tr > td.jzmj {
    text-align: right;
}
.table-wgsf-cwbb-fysqtj > tbody > tr > td.sfxm > .mx {
    display: flex;
    justify-content: space-between;
}
.table-wgsf-cwbb-fysqtj > tbody > tr > td.sfxm > .mx > div {
    width: 6em;
    text-align: right;
}
.table-wgsf-cwbb-fysqtj > tbody > tr > td.sfxm-zhys > .mx {
    display: flex;
    justify-content: space-between;
}
.table-wgsf-cwbb-fysqtj > tbody > tr > td.sfxm-zhys > .mx > div {
    width: 6em;
    text-align: right;
}
.table-wgsf-cwbb-fysqtj > tbody > tr > td.yjlx > .mx {
    display: flex;
    justify-content: space-between;
}
.table-wgsf-cwbb-fysqtj > tbody > tr > td.yjlx > .mx > div {
    width: 6em;
    text-align: right;
}
.table-wgsf-cwbb-fysqtj > tbody > tr > td.sfxmhz > .mx {
    display: flex;
    justify-content: space-between;
}
.table-wgsf-cwbb-fysqtj > tbody > tr > td.sfxmhz > .mx > div {
    width: 6em;
    text-align: right;
}
.table-wgsf-cwbb-fysqtj > tbody > tr > td.hz {
    text-align: right;
}
.table-wgsf-cwbb-fysqtj > tbody > tr > td.jfl {
    text-align: right;
}
.table-wgsf-cwbb-qfyfhz {
    min-width: 1106px;
}
.table-wgsf-cwbb-qfyfhz > thead > tr > th.td-indexer {
    width: 3em;
    text-align: center;
}
.table-wgsf-cwbb-qfyfhz > thead > tr > th.fcmc {
    width: 22em;
}
.table-wgsf-cwbb-qfyfhz > thead > tr > th.fczhzt {
    width: 12em;
}
.table-wgsf-cwbb-qfyfhz > thead > tr > th.khmc {
    width: 12em;
}
.table-wgsf-cwbb-qfyfhz > thead > tr > th.sjhm {
    width: 15em;
}
.table-wgsf-cwbb-qfyfhz > thead > tr > th.yhzh {
    width: 15em;
}
.table-wgsf-cwbb-qfyfhz > thead > tr > th.sfxm {
    width: 8em;
    text-align: right;
}
.table-wgsf-cwbb-qfyfhz > thead > tr > th.wyj {
    width: 6em;
    text-align: right;
}
.table-wgsf-cwbb-qfyfhz > thead > tr > th.qfyf {
    width: 5em;
    text-align: right;
}
.table-wgsf-cwbb-qfyfhz > thead > tr > th.hz {
    width: 6em;
    text-align: right;
}
.table-wgsf-cwbb-qfyfhz > tbody > tr > td:nth-child(2n + 7) {
    background-color: #f9f9f9;
}
.table-wgsf-cwbb-qfyfhz > tbody > tr:hover > td:nth-child(2n + 7) {
    background-color: #e0f7fe;
}
.table-wgsf-cwbb-qfyfhz > tbody > tr > td.td-indexer {
    text-align: center;
}
.table-wgsf-cwbb-qfyfhz > tbody > tr > td.sfxm {
    text-align: right;
}
.table-wgsf-cwbb-qfyfhz > tbody > tr > td.wyj {
    text-align: right;
}
.table-wgsf-cwbb-qfyfhz > tbody > tr > td.qfyf {
    text-align: right;
}
.table-wgsf-cwbb-qfyfhz > tbody > tr > td.hz {
    text-align: right;
}
.table-wgsf-cwbb-dshysfymx {
    min-width: 1906px;
}
.table-wgsf-cwbb-dshysfymx > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-cwbb-dshysfymx > thead > tr > th:nth-child(2) {
    width: 22em;
}
@media (min-width: 2105px) {
    .table-wgsf-cwbb-dshysfymx > thead > tr > th:nth-child(2) {
        width: auto;
    }
}
.table-wgsf-cwbb-dshysfymx > thead > tr > th:nth-child(3) {
    width: 12em;
}
.table-wgsf-cwbb-dshysfymx > thead > tr > th:nth-child(4) {
    width: 12em;
}
@media (min-width: 2105px) {
    .table-wgsf-cwbb-dshysfymx > thead > tr > th:nth-child(4) {
        width: auto;
    }
}
.table-wgsf-cwbb-dshysfymx > thead > tr > th:nth-child(5) {
    width: 13em;
    text-align: center;
}
.table-wgsf-cwbb-dshysfymx > thead > tr > th:nth-child(6),
.table-wgsf-cwbb-dshysfymx > thead > tr > th:nth-child(7) {
    width: 6em;
    text-align: right;
}
.table-wgsf-cwbb-dshysfymx > thead > tr > th:nth-child(8) {
    width: 5em;
    text-align: right;
}
.table-wgsf-cwbb-dshysfymx > thead > tr > th:nth-child(9) {
    width: 6em;
    text-align: center;
}
.table-wgsf-cwbb-dshysfymx > thead > tr > th:nth-child(10) {
    width: 7em;
    text-align: center;
}
.table-wgsf-cwbb-dshysfymx > thead > tr > th:nth-child(11) {
    width: 7em;
    text-align: right;
}
.table-wgsf-cwbb-dshysfymx > thead > tr > th:nth-child(12) {
    width: 7em;
    text-align: right;
}
.table-wgsf-cwbb-dshysfymx > thead > tr > th:nth-child(13) {
    width: 5em;
    text-align: center;
}
.table-wgsf-cwbb-dshysfymx > thead > tr > th:nth-child(14) {
    width: 5em;
    text-align: center;
}
.table-wgsf-cwbb-dshysfymx > tbody > tr > td:nth-child(1),
.table-wgsf-cwbb-dshysfymx > tbody > tr > td:nth-child(5),
.table-wgsf-cwbb-dshysfymx > tbody > tr > td:nth-child(9),
.table-wgsf-cwbb-dshysfymx > tbody > tr > td:nth-child(10),
.table-wgsf-cwbb-dshysfymx > tbody > tr > td:nth-child(13),
.table-wgsf-cwbb-dshysfymx > tbody > tr > td:nth-child(14) {
    text-align: center;
}
.table-wgsf-cwbb-dshysfymx > tbody > tr > td:nth-child(6),
.table-wgsf-cwbb-dshysfymx > tbody > tr > td:nth-child(7),
.table-wgsf-cwbb-dshysfymx > tbody > tr > td:nth-child(8),
.table-wgsf-cwbb-dshysfymx > tbody > tr > td:nth-child(11),
.table-wgsf-cwbb-dshysfymx > tbody > tr > td:nth-child(12) {
    text-align: right;
}
.table-wgsf-cwbb-ysfyhz {
    min-width: 1406px;
}
.table-wgsf-cwbb-ysfyhz > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-cwbb-ysfyhz > thead > tr > th:nth-child(2) {
    width: 22em;
}
@media (min-width: 1305px) {
    .table-wgsf-cwbb-ysfyhz > thead > tr > th:nth-child(2) {
        width: auto;
    }
}
.table-wgsf-cwbb-ysfyhz > thead > tr > th:nth-child(3) {
    width: 12em;
}
.table-wgsf-cwbb-ysfyhz > thead > tr > th:nth-child(n + 4) {
    width: 7em;
    text-align: right;
}
@media (min-width: 1305px) {
    .table-wgsf-cwbb-ysfyhz > thead > tr > th:nth-child(n + 4) {
        width: 12em;
    }
}
.table-wgsf-cwbb-ysfyhz > tbody > tr > td:nth-child(1) {
    text-align: center;
}
.table-wgsf-cwbb-ysfyhz > tbody > tr > td:nth-child(n + 4) {
    text-align: right;
}
.table-wgsf-cwbb-ssmx {
    min-width: 1806px;
}
.table-wgsf-cwbb-ssmx > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-cwbb-ssmx > thead > tr > th:nth-child(2) {
    width: 8em;
}
.table-wgsf-cwbb-ssmx > thead > tr > th:nth-child(3) {
    width: 8em;
}
.table-wgsf-cwbb-ssmx > thead > tr > th:nth-child(4) {
    width: 8em;
}
.table-wgsf-cwbb-ssmx > thead > tr > th:nth-child(5) {
    width: 6em;
    text-align: right;
}
.table-wgsf-cwbb-ssmx > thead > tr > th:nth-child(6) {
    width: 12em;
}
.table-wgsf-cwbb-ssmx > thead > tr > th:nth-child(7) {
    width: 10em;
}
.table-wgsf-cwbb-ssmx > thead > tr > th:nth-child(8) {
    width: 7em;
    text-align: center;
}
.table-wgsf-cwbb-ssmx > thead > tr > th:nth-child(9) {
    width: 6em;
}
.table-wgsf-cwbb-ssmx > thead > tr > th:nth-child(10) {
    width: 8em;
}
.table-wgsf-cwbb-ssmx > thead > tr > th:nth-child(11) {
    width: 8em;
}
.table-wgsf-cwbb-ssmx > thead > tr > th:nth-child(n + 12) {
    width: 19em;
    text-align: center;
}
.table-wgsf-cwbb-ssmx > thead > tr > th:nth-last-child(2) {
    width: 7em;
    text-align: right;
}
.table-wgsf-cwbb-ssmx > thead > tr > th:nth-last-child(1) {
    width: 25em;
    text-align: left;
}
.table-wgsf-cwbb-ssmx > tbody > tr > td:nth-child(1),
.table-wgsf-cwbb-ssmx > tbody > tr > td:nth-child(8) {
    text-align: center;
}
.table-wgsf-cwbb-ssmx > tbody > tr > td:nth-child(n + 12) > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.table-wgsf-cwbb-ssmx > tbody > tr > td:nth-child(n + 12) > div > span.fy-fyje {
    display: inline-block;
    width: 5em;
    text-align: right;
}
.table-wgsf-cwbb-ssmx > tbody > tr > td:nth-child(2n + 12) {
    background-color: #f9f9f9;
}
.table-wgsf-cwbb-ssmx > tbody > tr:hover > td:nth-child(2n + 12) {
    background-color: #e0f7fe;
}
.table-wgsf-cwbb-ssmx > tbody > tr > td:nth-child(5) {
    text-align: right;
}
.table-wgsf-cwbb-ssmx > tbody > tr > td:nth-last-child(2) {
    text-align: right;
}
.table-wgsf-cwbb-ssmx > tbody > tr > td:nth-last-child(1):not(:only-child) {
    text-align: left;
}
.table-wgsf-cwbb-ycxfymx {
    min-width: 1806px;
}
.table-wgsf-cwbb-ycxfymx > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-cwbb-ycxfymx > thead > tr > th:nth-child(2) {
    width: 22em;
}
.table-wgsf-cwbb-ycxfymx > thead > tr > th:nth-child(3) {
    width: 12em;
}
.table-wgsf-cwbb-ycxfymx > thead > tr > th:nth-child(4) {
    width: 10em;
}
.table-wgsf-cwbb-ycxfymx > thead > tr > th:nth-child(5) {
    width: 5em;
    text-align: right;
}
.table-wgsf-cwbb-ycxfymx > thead > tr > th:nth-child(6) {
    width: 7em;
    text-align: center;
}
.table-wgsf-cwbb-ycxfymx > thead > tr > th:nth-child(7) {
    width: 10em;
}
.table-wgsf-cwbb-ycxfymx > thead > tr > th:nth-child(8) {
    width: 5em;
}
.table-wgsf-cwbb-ycxfymx > thead > tr > th:nth-child(9) {
    width: 12em;
}
.table-wgsf-cwbb-ycxfymx > thead > tr > th:nth-child(10) {
    width: 12em;
}
.table-wgsf-cwbb-ycxfymx > thead > tr > th:nth-child(11) {
    width: 20em;
}
@media (min-width: 2105px) {
    .table-wgsf-cwbb-ycxfymx > thead > tr > th:nth-child(11) {
        width: auto;
    }
}
.table-wgsf-cwbb-ycxfymx > tbody > tr > td:nth-child(1),
.table-wgsf-cwbb-ycxfymx > tbody > tr > td:nth-child(6) {
    text-align: center;
}
.table-wgsf-cwbb-ycxfymx > tbody > tr > td:nth-child(5) {
    text-align: right;
}
.table-wgsf-cwbb-ycxfyhz {
    min-width: 806px;
}
.table-wgsf-cwbb-ycxfyhz > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-cwbb-ycxfyhz > thead > tr > th:nth-child(2) {
    width: 22em;
}
@media (min-width: 1305px) {
    .table-wgsf-cwbb-ycxfyhz > thead > tr > th:nth-child(2) {
        width: auto;
    }
}
.table-wgsf-cwbb-ycxfyhz > thead > tr > th:nth-child(3) {
    width: 12em;
}
.table-wgsf-cwbb-ycxfyhz > thead > tr > th:nth-child(n + 4) {
    width: 7em;
    text-align: right;
}
@media (min-width: 1305px) {
    .table-wgsf-cwbb-ycxfyhz > thead > tr > th:nth-child(n + 4) {
        width: 12em;
    }
}
.table-wgsf-cwbb-ycxfyhz > tbody > tr > td:nth-child(1) {
    text-align: center;
}
.table-wgsf-cwbb-ycxfyhz > tbody > tr > td:nth-child(n + 4) {
    text-align: right;
}
.table-wgsf-cwbb-yjmx {
    min-width: 1906px;
}
.table-wgsf-cwbb-yjmx > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-cwbb-yjmx > thead > tr > th:nth-child(2) {
    width: 22em;
}
.table-wgsf-cwbb-yjmx > thead > tr > th:nth-child(3) {
    width: 12em;
}
.table-wgsf-cwbb-yjmx > thead > tr > th:nth-child(4) {
    width: 10em;
}
.table-wgsf-cwbb-yjmx > thead > tr > th:nth-child(5) {
    width: 6em;
    text-align: right;
}
.table-wgsf-cwbb-yjmx > thead > tr > th:nth-child(6) {
    width: 7em;
    text-align: center;
}
.table-wgsf-cwbb-yjmx > thead > tr > th:nth-child(7) {
    width: 10em;
}
.table-wgsf-cwbb-yjmx > thead > tr > th:nth-child(8) {
    width: 5em;
}
.table-wgsf-cwbb-yjmx > thead > tr > th:nth-child(9) {
    width: 12em;
}
.table-wgsf-cwbb-yjmx > thead > tr > th:nth-child(10) {
    width: 12em;
}
.table-wgsf-cwbb-yjmx > thead > tr > th:nth-child(11) {
    width: 5em;
}
.table-wgsf-cwbb-yjmx > thead > tr > th:nth-child(12) {
    width: 20em;
}
@media (min-width: 2105px) {
    .table-wgsf-cwbb-yjmx > thead > tr > th:nth-child(12) {
        width: auto;
    }
}
.table-wgsf-cwbb-yjmx > tbody > tr > td:nth-child(1),
.table-wgsf-cwbb-yjmx > tbody > tr > td:nth-child(6) {
    text-align: center;
}
.table-wgsf-cwbb-yjmx > tbody > tr > td:nth-child(5) {
    text-align: right;
}
.table-wgsf-cwbb-yjflmx {
    min-width: 1906px;
}
.table-wgsf-cwbb-yjflmx > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-cwbb-yjflmx > thead > tr > th:nth-child(2) {
    width: 22em;
}
.table-wgsf-cwbb-yjflmx > thead > tr > th:nth-child(3) {
    width: 12em;
}
.table-wgsf-cwbb-yjflmx > thead > tr > th:nth-child(4) {
    width: 10em;
}
.table-wgsf-cwbb-yjflmx > thead > tr > th:nth-child(5) {
    width: 6em;
}
.table-wgsf-cwbb-yjflmx > thead > tr > th:nth-child(6) {
    width: 6em;
    text-align: right;
}
.table-wgsf-cwbb-yjflmx > thead > tr > th:nth-child(7) {
    width: 7em;
    text-align: center;
}
.table-wgsf-cwbb-yjflmx > thead > tr > th:nth-child(8) {
    width: 6em;
}
.table-wgsf-cwbb-yjflmx > thead > tr > th:nth-child(9) {
    width: 12em;
}
.table-wgsf-cwbb-yjflmx > thead > tr > th:nth-child(10) {
    width: 12em;
}
.table-wgsf-cwbb-yjflmx > thead > tr > th:nth-child(11) {
    width: 20em;
}
@media (min-width: 2105px) {
    .table-wgsf-cwbb-yjflmx > thead > tr > th:nth-child(11) {
        width: auto;
    }
}
.table-wgsf-cwbb-yjflmx > tbody > tr > td:nth-child(1),
.table-wgsf-cwbb-yjflmx > tbody > tr > td:nth-child(7) {
    text-align: center;
}
.table-wgsf-cwbb-yjflmx > tbody > tr > td:nth-child(6) {
    text-align: right;
}
.table-wgsf-cwbb-yskmx {
    min-width: 1806px;
}
.table-wgsf-cwbb-yskmx > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-cwbb-yskmx > thead > tr > th:nth-child(2) {
    width: 22em;
}
.table-wgsf-cwbb-yskmx > thead > tr > th:nth-child(3) {
    width: 12em;
}
.table-wgsf-cwbb-yskmx > thead > tr > th:nth-child(4) {
    width: 10em;
}
.table-wgsf-cwbb-yskmx > thead > tr > th:nth-child(5) {
    width: 13em;
    text-align: center;
}
.table-wgsf-cwbb-yskmx > thead > tr > th:nth-child(6),
.table-wgsf-cwbb-yskmx > thead > tr > th:nth-child(7),
.table-wgsf-cwbb-yskmx > thead > tr > th:nth-child(8) {
    width: 6em;
    text-align: right;
}
.table-wgsf-cwbb-yskmx > thead > tr > th:nth-child(9) {
    width: 7em;
    text-align: center;
}
.table-wgsf-cwbb-yskmx > thead > tr > th:nth-child(10) {
    width: 5em;
}
.table-wgsf-cwbb-yskmx > thead > tr > th:nth-child(11) {
    width: 12em;
}
.table-wgsf-cwbb-yskmx > thead > tr > th:nth-child(12) {
    width: 8em;
}
.table-wgsf-cwbb-yskmx > thead > tr > th:nth-child(13) {
    width: 20em;
}
@media (min-width: 2305px) {
    .table-wgsf-cwbb-yskmx > thead > tr > th:nth-child(13) {
        width: auto;
    }
}
.table-wgsf-cwbb-yskmx > tbody > tr > td:nth-child(1),
.table-wgsf-cwbb-yskmx > tbody > tr > td:nth-child(5),
.table-wgsf-cwbb-yskmx > tbody > tr > td:nth-child(9) {
    text-align: center;
}
.table-wgsf-cwbb-yskmx > tbody > tr > td:nth-child(6),
.table-wgsf-cwbb-yskmx > tbody > tr > td:nth-child(7),
.table-wgsf-cwbb-yskmx > tbody > tr > td:nth-child(8) {
    text-align: right;
}
.table-wgsf-cwbb-ysk-ye {
    min-width: 1206px;
}
.table-wgsf-cwbb-ysk-ye > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-cwbb-ysk-ye > thead > tr > th:nth-child(2) {
    width: 22em;
}
.table-wgsf-cwbb-ysk-ye > thead > tr > th:nth-child(3) {
    width: 12em;
}
.table-wgsf-cwbb-ysk-ye > thead > tr > th:nth-child(4) {
    width: 12em;
}
.table-wgsf-cwbb-ysk-ye > thead > tr > th:nth-child(5),
.table-wgsf-cwbb-ysk-ye > thead > tr > th:nth-child(6),
.table-wgsf-cwbb-ysk-ye > thead > tr > th:nth-child(7) {
    width: 8em;
    text-align: right;
}
@media (min-width: 1405px) {
    .table-wgsf-cwbb-ysk-ye > thead > tr > th:nth-child(5),
    .table-wgsf-cwbb-ysk-ye > thead > tr > th:nth-child(6),
    .table-wgsf-cwbb-ysk-ye > thead > tr > th:nth-child(7) {
        width: auto;
    }
}
.table-wgsf-cwbb-ysk-ye > thead > tr > th:nth-child(8) {
    width: 5em;
    text-align: center;
}
.table-wgsf-cwbb-ysk-ye > tbody > tr > td:nth-child(1),
.table-wgsf-cwbb-ysk-ye > tbody > tr > td:nth-child(8) {
    text-align: center;
}
.table-wgsf-cwbb-ysk-ye > tbody > tr > td:nth-child(5),
.table-wgsf-cwbb-ysk-ye > tbody > tr > td:nth-child(6),
.table-wgsf-cwbb-ysk-ye > tbody > tr > td:nth-child(7) {
    text-align: right;
}
.table-wgsf-cwbb-ysk-yehz {
    min-width: 806px;
}
.table-wgsf-cwbb-ysk-yehz > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-cwbb-ysk-yehz > thead > tr > th:nth-child(2) {
    width: 22em;
}
@media (min-width: 1305px) {
    .table-wgsf-cwbb-ysk-yehz > thead > tr > th:nth-child(2) {
        width: auto;
    }
}
.table-wgsf-cwbb-ysk-yehz > thead > tr > th:nth-child(3) {
    width: 12em;
}
.table-wgsf-cwbb-ysk-yehz > thead > tr > th:nth-child(n + 4) {
    width: 7em;
    text-align: right;
}
@media (min-width: 1305px) {
    .table-wgsf-cwbb-ysk-yehz > thead > tr > th:nth-child(n + 4) {
        width: 12em;
    }
}
.table-wgsf-cwbb-ysk-yehz > tbody > tr > td:nth-child(1) {
    text-align: center;
}
.table-wgsf-cwbb-ysk-yehz > tbody > tr > td:nth-child(n + 4) {
    text-align: right;
}
.table-wgsf-cwbb-ysk-ye-yskmx {
    min-width: 666px;
}
.table-wgsf-cwbb-ysk-ye-yskmx > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-cwbb-ysk-ye-yskmx > thead > tr > th:nth-child(2) {
    width: 8em;
}
.table-wgsf-cwbb-ysk-ye-yskmx > thead > tr > th:nth-child(3) {
    width: 18em;
    text-align: center;
}
.table-wgsf-cwbb-ysk-ye-yskmx > thead > tr > th:nth-child(4) {
    width: 8em;
    text-align: center;
}
.table-wgsf-cwbb-ysk-ye-yskmx > thead > tr > th:nth-child(5),
.table-wgsf-cwbb-ysk-ye-yskmx > thead > tr > th:nth-child(6),
.table-wgsf-cwbb-ysk-ye-yskmx > thead > tr > th:nth-child(7) {
    width: auto;
    text-align: right;
}
.table-wgsf-cwbb-ysk-ye-yskmx > tbody > tr > td:nth-child(1),
.table-wgsf-cwbb-ysk-ye-yskmx > tbody > tr > td:nth-child(3),
.table-wgsf-cwbb-ysk-ye-yskmx > tbody > tr > td:nth-child(4) {
    text-align: center;
}
.table-wgsf-cwbb-ysk-ye-yskmx > tbody > tr > td:nth-child(5),
.table-wgsf-cwbb-ysk-ye-yskmx > tbody > tr > td:nth-child(6),
.table-wgsf-cwbb-ysk-ye-yskmx > tbody > tr > td:nth-child(7) {
    text-align: right;
}
.table-wgqx-bm-bmgl {
    min-width: 863px;
}
.table-wgqx-bm-bmgl > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgqx-bm-bmgl > thead > tr > th:nth-child(2) {
    width: auto;
}
.table-wgqx-bm-bmgl > thead > tr > th:nth-child(3) {
    width: 7em;
    text-align: center;
}
.table-wgqx-bm-bmgl > thead > tr > th:nth-child(4) {
    width: 7em;
    text-align: right;
}
.table-wgqx-bm-bmgl > thead > tr > th:nth-child(5),
.table-wgqx-bm-bmgl > thead > tr > th:nth-child(6) {
    width: 7em;
    text-align: center;
}
.table-wgqx-bm-bmgl > tbody > tr > td:nth-child(1),
.table-wgqx-bm-bmgl > tbody > tr > td:nth-child(3),
.table-wgqx-bm-bmgl > tbody > tr > td:nth-child(5),
.table-wgqx-bm-bmgl > tbody > tr > td:nth-child(6) {
    text-align: center;
}
.table-wgqx-bm-bmgl > tbody > tr > td:nth-child(4) {
    text-align: right;
}
.table-wgqx-gw-bmgw {
    min-width: 863px;
}
.table-wgqx-gw-bmgw > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgqx-gw-bmgw > thead > tr > th:nth-child(2) {
    width: auto;
}
.table-wgqx-gw-bmgw > thead > tr > th:nth-child(3) {
    width: 7em;
    text-align: center;
}
.table-wgqx-gw-bmgw > thead > tr > th:nth-child(4) {
    width: 16em;
    text-align: center;
}
.table-wgqx-gw-bmgw > tbody > tr > td:nth-child(1),
.table-wgqx-gw-bmgw > tbody > tr > td:nth-child(3),
.table-wgqx-gw-bmgw > tbody > tr > td:nth-child(4) {
    text-align: center;
}
.table-wgqx-yh-bmyh {
    min-width: 1263px;
}
.table-wgqx-yh-bmyh > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgqx-yh-bmyh > thead > tr > th:nth-child(2) {
    width: 12em;
}
.table-wgqx-yh-bmyh > thead > tr > th:nth-child(3) {
    width: 8em;
}
.table-wgqx-yh-bmyh > thead > tr > th:nth-child(4) {
    width: 10em;
}
.table-wgqx-yh-bmyh > thead > tr > th:nth-child(5) {
    width: 4em;
    text-align: center;
}
.table-wgqx-yh-bmyh > thead > tr > th:nth-child(6) {
    width: 15em;
}
.table-wgqx-yh-bmyh > thead > tr > th:nth-child(7) {
    width: auto;
}
.table-wgqx-yh-bmyh > thead > tr > th:nth-child(8) {
    width: 4em;
    text-align: center;
}
.table-wgqx-yh-bmyh > thead > tr > th:nth-child(9) {
    width: 14em;
    text-align: center;
}
.table-wgqx-yh-bmyh > tbody > tr > td:nth-child(1),
.table-wgqx-yh-bmyh > tbody > tr > td:nth-child(5),
.table-wgqx-yh-bmyh > tbody > tr > td:nth-child(8),
.table-wgqx-yh-bmyh > tbody > tr > td:nth-child(9) {
    text-align: center;
}
.table-wgqx-gw-sqgw {
    min-width: 463px;
}
.table-wgqx-gw-sqgw > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgqx-gw-sqgw > thead > tr > th:nth-child(2) {
    width: auto;
}
.table-wgqx-gw-sqgw > thead > tr > th:nth-child(3) {
    width: 9em;
    text-align: center;
}
.table-wgqx-gw-sqgw > tbody > tr > td:nth-child(1),
.table-wgqx-gw-sqgw > tbody > tr > td:nth-child(3) {
    text-align: center;
}
.table-wgqx-yh-sqyh {
    min-width: 806px;
}
.table-wgqx-yh-sqyh > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgqx-yh-sqyh > thead > tr > th:nth-child(2),
.table-wgqx-yh-sqyh > thead > tr > th:nth-child(3),
.table-wgqx-yh-sqyh > thead > tr > th:nth-child(4) {
    width: auto;
}
@media (min-width: 1351px) {
    .table-wgqx-yh-sqyh > thead > tr > th:nth-child(2),
    .table-wgqx-yh-sqyh > thead > tr > th:nth-child(3),
    .table-wgqx-yh-sqyh > thead > tr > th:nth-child(4) {
        width: auto;
    }
}
@media (min-width: 1665px) {
    .table-wgqx-yh-sqyh > thead > tr > th:nth-child(2),
    .table-wgqx-yh-sqyh > thead > tr > th:nth-child(3),
    .table-wgqx-yh-sqyh > thead > tr > th:nth-child(4) {
        width: 12em;
    }
}
@media (min-width: 1905px) {
    .table-wgqx-yh-sqyh > thead > tr > th:nth-child(2),
    .table-wgqx-yh-sqyh > thead > tr > th:nth-child(3),
    .table-wgqx-yh-sqyh > thead > tr > th:nth-child(4) {
        width: auto;
    }
}
.table-wgqx-yh-sqyh > thead > tr > th:nth-child(5) {
    width: 5em;
    text-align: center;
}
.table-wgqx-yh-sqyh > thead > tr > th:nth-child(6) {
    width: 4em;
    text-align: center;
}
.table-wgqx-yh-sqyh > thead > tr > th:nth-child(7) {
    width: auto;
}
@media (min-width: 1024px) {
    .table-wgqx-yh-sqyh > thead > tr > th:nth-child(7) {
        width: auto;
    }
}
@media (min-width: 1665px) {
    .table-wgqx-yh-sqyh > thead > tr > th:nth-child(7) {
        width: 8em;
    }
}
@media (min-width: 1905px) {
    .table-wgqx-yh-sqyh > thead > tr > th:nth-child(7) {
        width: auto;
    }
}
.table-wgqx-yh-sqyh > thead > tr > th:nth-child(8),
.table-wgqx-yh-sqyh > thead > tr > th:nth-child(9) {
    width: 0;
    column-width: 0;
}
@media (min-width: 1024px) {
    .table-wgqx-yh-sqyh > thead > tr > th:nth-child(8),
    .table-wgqx-yh-sqyh > thead > tr > th:nth-child(9) {
        width: 0;
    }
}
@media (min-width: 1351px) {
    .table-wgqx-yh-sqyh > thead > tr > th:nth-child(8),
    .table-wgqx-yh-sqyh > thead > tr > th:nth-child(9) {
        width: 0;
    }
}
@media (min-width: 1665px) {
    .table-wgqx-yh-sqyh > thead > tr > th:nth-child(8),
    .table-wgqx-yh-sqyh > thead > tr > th:nth-child(9) {
        width: 8em;
        column-width: auto;
    }
}
@media (min-width: 1905px) {
    .table-wgqx-yh-sqyh > thead > tr > th:nth-child(8),
    .table-wgqx-yh-sqyh > thead > tr > th:nth-child(9) {
        width: auto;
    }
}
.table-wgqx-yh-sqyh > thead > tr > th:nth-child(10) {
    width: 11em;
    text-align: center;
}
.table-wgqx-yh-sqyh > tbody > tr > td:nth-child(1),
.table-wgqx-yh-sqyh > tbody > tr > td:nth-child(5),
.table-wgqx-yh-sqyh > tbody > tr > td:nth-child(6),
.table-wgqx-yh-sqyh > tbody > tr > td:nth-child(10) {
    text-align: center;
}
.table-wggz-gg-sqgg {
    min-width: 1206px;
}
.table-wggz-gg-sqgg > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wggz-gg-sqgg > thead > tr > th:nth-child(2) {
    width: 15em;
    text-align: center;
}
.table-wggz-gg-sqgg > thead > tr > th:nth-child(3) {
    width: 12em;
}
.table-wggz-gg-sqgg > thead > tr > th:nth-child(4) {
    width: 20em;
}
@media (min-width: 1405px) {
    .table-wggz-gg-sqgg > thead > tr > th:nth-child(4) {
        width: auto;
    }
}
.table-wggz-gg-sqgg > thead > tr > th:nth-child(5) {
    width: 13em;
    text-align: center;
}
.table-wggz-gg-sqgg > thead > tr > th:nth-child(6) {
    width: 5em;
    text-align: right;
}
.table-wggz-gg-sqgg > thead > tr > th:nth-child(7) {
    width: 5em;
    text-align: center;
}
.table-wggz-gg-sqgg > thead > tr > th:nth-child(8) {
    width: 7em;
    text-align: center;
}
.table-wggz-gg-sqgg > tbody > tr > td:nth-child(1),
.table-wggz-gg-sqgg > tbody > tr > td:nth-child(2),
.table-wggz-gg-sqgg > tbody > tr > td:nth-child(5),
.table-wggz-gg-sqgg > tbody > tr > td:nth-child(7),
.table-wggz-gg-sqgg > tbody > tr > td:nth-child(8) {
    text-align: center;
}
.table-wggz-gg-sqgg > tbody > tr > td:nth-child(6) {
    text-align: right;
}
.table-wggz-zx-sqzn {
    min-width: 1206px;
}
.table-wggz-zx-sqzn > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wggz-zx-sqzn > thead > tr > th:nth-child(2) {
    width: 25em;
}
.table-wggz-zx-sqzn > thead > tr > th:nth-child(3) {
    width: 25em;
}
@media (min-width: 1405px) {
    .table-wggz-zx-sqzn > thead > tr > th:nth-child(3) {
        width: auto;
    }
}
.table-wggz-zx-sqzn > thead > tr > th:nth-child(4) {
    width: 7em;
    text-align: center;
}
.table-wggz-zx-sqzn > thead > tr > th:nth-child(5) {
    width: 6em;
    text-align: center;
}
.table-wggz-zx-sqzn > thead > tr > th:nth-child(6) {
    width: 7em;
    text-align: center;
}
.table-wggz-zx-sqzn > tbody > tr > td:nth-child(1),
.table-wggz-zx-sqzn > tbody > tr > td:nth-child(4),
.table-wggz-zx-sqzn > tbody > tr > td:nth-child(5),
.table-wggz-zx-sqzn > tbody > tr > td:nth-child(6) {
    text-align: center;
}
.table-wggz-zx-sqzx {
    min-width: 1206px;
}
.table-wggz-zx-sqzx > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wggz-zx-sqzx > thead > tr > th:nth-child(2) {
    width: 25em;
}
.table-wggz-zx-sqzx > thead > tr > th:nth-child(3) {
    width: 25em;
}
@media (min-width: 1405px) {
    .table-wggz-zx-sqzx > thead > tr > th:nth-child(3) {
        width: auto;
    }
}
.table-wggz-zx-sqzx > thead > tr > th:nth-child(4) {
    width: 7em;
    text-align: center;
}
.table-wggz-zx-sqzx > thead > tr > th:nth-child(5) {
    width: 6em;
    text-align: center;
}
.table-wggz-zx-sqzx > thead > tr > th:nth-child(6) {
    width: 7em;
    text-align: center;
}
.table-wggz-zx-sqzx > tbody > tr > td:nth-child(1),
.table-wggz-zx-sqzx > tbody > tr > td:nth-child(4),
.table-wggz-zx-sqzx > tbody > tr > td:nth-child(5),
.table-wggz-zx-sqzx > tbody > tr > td:nth-child(6) {
    text-align: center;
}
.table-wggz-tp-tprw {
    min-width: 806px;
}
.table-wggz-tp-tprw > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wggz-tp-tprw > thead > tr > th:nth-child(2) {
    width: 20em;
}
.table-wggz-tp-tprw > thead > tr > th:nth-child(3) {
    width: 18em;
}
.table-wggz-tp-tprw > thead > tr > th:nth-child(4) {
    width: 6em;
    text-align: center;
}
.table-wggz-tp-tprw > thead > tr > th:nth-child(5) {
    width: 5em;
    text-align: right;
}
.table-wggz-tp-tprw > thead > tr > th:nth-child(6),
.table-wggz-tp-tprw > thead > tr > th:nth-child(7) {
    width: 10em;
    text-align: center;
}
.table-wggz-tp-tprw > thead > tr > th:nth-child(8) {
    width: 6em;
    text-align: center;
}
.table-wggz-tp-tprw > thead > tr > th:nth-child(9) {
    width: 20em;
}
@media (min-width: 1605px) {
    .table-wggz-tp-tprw > thead > tr > th:nth-child(9) {
        width: auto;
    }
}
.table-wggz-tp-tprw > thead > tr > th:nth-child(10) {
    width: 7em;
    text-align: center;
}
.table-wggz-tp-tprw > tbody > tr > td:nth-child(1),
.table-wggz-tp-tprw > tbody > tr > td:nth-child(4),
.table-wggz-tp-tprw > tbody > tr > td:nth-child(6),
.table-wggz-tp-tprw > tbody > tr > td:nth-child(7),
.table-wggz-tp-tprw > tbody > tr > td:nth-child(8),
.table-wggz-tp-tprw > tbody > tr > td:nth-child(10) {
    text-align: center;
}
.table-wggz-tp-tprw > tbody > tr > td:nth-child(5) {
    text-align: right;
}
.tprw-wt > .form-group:last-child {
    margin-bottom: 0;
}
.table-wgkf-gdgl-gdgz {
    min-width: 2506px;
}
.table-wgkf-gdgl-gdgz > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgkf-gdgl-gdgz > thead > tr > th:nth-child(2) {
    width: 10em;
}
.table-wgkf-gdgl-gdgz > thead > tr > th:nth-child(3) {
    width: 6em;
}
.table-wgkf-gdgl-gdgz > thead > tr > th:nth-child(4) {
    width: 6em;
}
.table-wgkf-gdgl-gdgz > thead > tr > th:nth-child(5) {
    width: 7em;
}
.table-wgkf-gdgl-gdgz > thead > tr > th:nth-child(6) {
    width: 6em;
}
.table-wgkf-gdgl-gdgz > thead > tr > th:nth-child(7) {
    width: 6em;
}
.table-wgkf-gdgl-gdgz > thead > tr > th:nth-child(8) {
    width: 10em;
}
.table-wgkf-gdgl-gdgz > thead > tr > th:nth-child(9) {
    width: 22em;
}
.table-wgkf-gdgl-gdgz > thead > tr > th:nth-child(10) {
    width: 10em;
    text-align: center;
}
.table-wgkf-gdgl-gdgz > thead > tr > th:nth-child(11) {
    width: 25em;
}
@media (min-width: 2805px) {
    .table-wgkf-gdgl-gdgz > thead > tr > th:nth-child(11) {
        width: auto;
    }
}
.table-wgkf-gdgl-gdgz > thead > tr > th:nth-child(12) {
    width: 7em;
}
.table-wgkf-gdgl-gdgz > thead > tr > th:nth-child(13) {
    width: 6em;
}
.table-wgkf-gdgl-gdgz > thead > tr > th:nth-child(14) {
    width: 6em;
}
.table-wgkf-gdgl-gdgz > thead > tr > th:nth-child(15) {
    width: 6em;
}
.table-wgkf-gdgl-gdgz > thead > tr > th:nth-child(16) {
    width: 10em;
    text-align: center;
}
.table-wgkf-gdgl-gdgz > thead > tr > th:nth-child(17) {
    width: 25em;
}
@media (min-width: 2805px) {
    .table-wgkf-gdgl-gdgz > thead > tr > th:nth-child(17) {
        width: auto;
    }
}
.table-wgkf-gdgl-gdgz > thead > tr > th:nth-child(18) {
    width: 6em;
}
.table-wgkf-gdgl-gdgz > thead > tr > th:nth-child(19) {
    width: 20em;
}
@media (min-width: 2805px) {
    .table-wgkf-gdgl-gdgz > thead > tr > th:nth-child(19) {
        width: auto;
    }
}
.table-wgkf-gdgl-gdgz > thead > tr > th:nth-child(20) {
    width: 4em;
}
.table-wgkf-gdgl-gdgz > thead > tr > th:nth-child(21) {
    width: 9em;
    text-align: center;
}
.table-wgkf-gdgl-gdgz > tbody > tr > td:nth-child(1),
.table-wgkf-gdgl-gdgz > tbody > tr > td:nth-child(10),
.table-wgkf-gdgl-gdgz > tbody > tr > td:nth-child(16),
.table-wgkf-gdgl-gdgz > tbody > tr > td:nth-child(21) {
    text-align: center;
}
.table-wgkf-bmgl-sqbm {
    min-width: 806px;
}
.table-wgkf-bmgl-sqbm > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgkf-bmgl-sqbm > thead > tr > th:nth-child(2) {
    width: auto;
}
.table-wgkf-bmgl-sqbm > thead > tr > th:nth-child(3),
.table-wgkf-bmgl-sqbm > thead > tr > th:nth-child(4),
.table-wgkf-bmgl-sqbm > thead > tr > th:nth-child(5) {
    width: auto;
}
.table-wgkf-bmgl-sqbm > thead > tr > th:nth-child(6) {
    width: 9em;
    text-align: center;
}
.table-wgkf-bmgl-sqbm > thead > tr > th:nth-child(7) {
    width: 9em;
}
.table-wgkf-bmgl-sqbm > thead > tr > th:nth-child(8) {
    width: 10em;
    text-align: center;
}
.table-wgkf-bmgl-sqbm > tbody > tr > td:nth-child(1),
.table-wgkf-bmgl-sqbm > tbody > tr > td:nth-child(6),
.table-wgkf-bmgl-sqbm > tbody > tr > td:nth-child(8) {
    text-align: center;
}
.table-wgkf-baxc-baxcqy {
    min-width: 806px;
}
.table-wgkf-baxc-baxcqy > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgkf-baxc-baxcqy > thead > tr > th:nth-child(2) {
    width: auto;
}
.table-wgkf-baxc-baxcqy > thead > tr > th:nth-child(3) {
    width: 7em;
    text-align: center;
}
.table-wgkf-baxc-baxcqy > tbody > tr > td:nth-child(1),
.table-wgkf-baxc-baxcqy > tbody > tr > td:nth-child(3) {
    text-align: center;
}
.table-wgkf-baxc-baxc {
    min-width: 806px;
}
.table-wgkf-baxc-baxc > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgkf-baxc-baxc > thead > tr > th:nth-child(2) {
    width: 10em;
    text-align: center;
}
.table-wgkf-baxc-baxc > thead > tr > th:nth-child(3),
.table-wgkf-baxc-baxc > thead > tr > th:nth-child(4),
.table-wgkf-baxc-baxc > thead > tr > th:nth-child(5),
.table-wgkf-baxc-baxc > thead > tr > th:nth-child(6) {
    width: auto;
}
.table-wgkf-baxc-baxc > thead > tr > th:nth-child(7) {
    width: 10em;
    text-align: center;
}
.table-wgkf-baxc-baxc > tbody > tr > td:nth-child(1),
.table-wgkf-baxc-baxc > tbody > tr > td:nth-child(2),
.table-wgkf-baxc-baxc > tbody > tr > td:nth-child(7) {
    text-align: center;
}
.table-wgkf-baxc-xcmx {
    min-width: 1606px;
}
.table-wgkf-baxc-xcmx > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgkf-baxc-xcmx > thead > tr > th:nth-child(2) {
    width: 12em;
}
.table-wgkf-baxc-xcmx > thead > tr > th:nth-child(3) {
    width: 15em;
}
.table-wgkf-baxc-xcmx > thead > tr > th:nth-child(4) {
    width: 10em;
}
.table-wgkf-baxc-xcmx > thead > tr > th:nth-child(5) {
    width: 6em;
}
.table-wgkf-baxc-xcmx > thead > tr > th:nth-child(6) {
    width: 10em;
    text-align: center;
}
.table-wgkf-baxc-xcmx > thead > tr > th:nth-child(7) {
    width: 4em;
    text-align: center;
}
.table-wgkf-baxc-xcmx > thead > tr > th:nth-child(8) {
    width: auto;
}
.table-wgkf-baxc-xcmx > thead > tr > th:nth-child(9) {
    width: 15em;
    text-align: center;
}
.table-wgkf-baxc-xcmx > tbody > tr > td:nth-child(1),
.table-wgkf-baxc-xcmx > tbody > tr > td:nth-child(6),
.table-wgkf-baxc-xcmx > tbody > tr > td:nth-child(7),
.table-wgkf-baxc-xcmx > tbody > tr > td:nth-child(9) {
    text-align: center;
}
.table-wgkf-sbxc-sbxc {
    min-width: 806px;
}
.table-wgkf-sbxc-sbxc > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgkf-sbxc-sbxc > thead > tr > th:nth-child(2) {
    width: 10em;
    text-align: center;
}
.table-wgkf-sbxc-sbxc > thead > tr > th:nth-child(3),
.table-wgkf-sbxc-sbxc > thead > tr > th:nth-child(4),
.table-wgkf-sbxc-sbxc > thead > tr > th:nth-child(5),
.table-wgkf-sbxc-sbxc > thead > tr > th:nth-child(6),
.table-wgkf-sbxc-sbxc > thead > tr > th:nth-child(7) {
    width: 10em;
}
.table-wgkf-sbxc-sbxc > thead > tr > th:nth-child(8),
.table-wgkf-sbxc-sbxc > thead > tr > th:nth-child(9) {
    width: 7em;
}
.table-wgkf-sbxc-sbxc > thead > tr > th:nth-child(10),
.table-wgkf-sbxc-sbxc > thead > tr > th:nth-child(11) {
    width: 8em;
}
.table-wgkf-sbxc-sbxc > thead > tr > th:nth-child(12),
.table-wgkf-sbxc-sbxc > thead > tr > th:nth-child(13) {
    width: 5em;
    text-align: center;
}
.table-wgkf-sbxc-sbxc > thead > tr > th:nth-child(14) {
    width: 15em;
}
.table-wgkf-sbxc-sbxc > thead > tr > th:nth-child(15) {
    width: 10em;
}
.table-wgkf-sbxc-sbxc > thead > tr > th:nth-child(16) {
    width: 10em;
    text-align: center;
}
.table-wgkf-sbxc-sbxc > tbody > tr > td:nth-child(1),
.table-wgkf-sbxc-sbxc > tbody > tr > td:nth-child(2),
.table-wgkf-sbxc-sbxc > tbody > tr > td:nth-child(12),
.table-wgkf-sbxc-sbxc > tbody > tr > td:nth-child(13),
.table-wgkf-sbxc-sbxc > tbody > tr > td:nth-child(15) {
    text-align: center;
}
.table-wgkf-sbxc-xcmx {
    min-width: 1106px;
}
.table-wgkf-sbxc-xcmx > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgkf-sbxc-xcmx > thead > tr > th:nth-child(2) {
    width: 15em;
}
.table-wgkf-sbxc-xcmx > thead > tr > th:nth-child(3) {
    width: 6em;
}
.table-wgkf-sbxc-xcmx > thead > tr > th:nth-child(4) {
    width: 10em;
    text-align: center;
}
.table-wgkf-sbxc-xcmx > thead > tr > th:nth-child(5) {
    width: 4em;
    text-align: center;
}
.table-wgkf-sbxc-xcmx > thead > tr > th:nth-child(6) {
    width: auto;
}
.table-wgkf-sbxc-xcmx > thead > tr > th:nth-child(7) {
    width: 15em;
    text-align: center;
}
.table-wgkf-sbxc-xcmx > tbody > tr > td:nth-child(1),
.table-wgkf-sbxc-xcmx > tbody > tr > td:nth-child(4),
.table-wgkf-sbxc-xcmx > tbody > tr > td:nth-child(5),
.table-wgkf-sbxc-xcmx > tbody > tr > td:nth-child(7) {
    text-align: center;
}
.table-wgkf-sbxc-sbwx {
    min-width: 1106px;
}
.table-wgkf-sbxc-sbwx > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgkf-sbxc-sbwx > thead > tr > th:nth-child(2) {
    width: 6em;
}
.table-wgkf-sbxc-sbwx > thead > tr > th:nth-child(3),
.table-wgkf-sbxc-sbwx > thead > tr > th:nth-child(4),
.table-wgkf-sbxc-sbwx > thead > tr > th:nth-child(5),
.table-wgkf-sbxc-sbwx > thead > tr > th:nth-child(6) {
    width: 10em;
}
.table-wgkf-sbxc-sbwx > thead > tr > th:nth-child(7) {
    width: 7em;
    text-align: center;
}
.table-wgkf-sbxc-sbwx > thead > tr > th:nth-child(8) {
    width: 7em;
    text-align: right;
}
.table-wgkf-sbxc-sbwx > thead > tr > th:nth-child(9) {
    width: 10em;
}
.table-wgkf-sbxc-sbwx > thead > tr > th:nth-child(10) {
    width: 7em;
    text-align: center;
}
.table-wgkf-sbxc-sbwx > thead > tr > th:nth-child(11) {
    width: 15em;
}
.table-wgkf-sbxc-sbwx > thead > tr > th:nth-child(12) {
    width: 7em;
    text-align: center;
}
.table-wgkf-sbxc-sbwx > tbody > tr > td:nth-child(1),
.table-wgkf-sbxc-sbwx > tbody > tr > td:nth-child(7) {
    text-align: center;
}
.table-wgkf-sbxc-sbwx > tbody > tr > td:nth-child(8) {
    text-align: right;
}
.table-wgkf-sbxc-sbwx > tbody > tr > td:nth-child(10),
.table-wgkf-sbxc-sbwx > tbody > tr > td:nth-child(12) {
    text-align: center;
}
.table-wgsf-xtcs {
    min-width: 806px;
}
.table-wgsf-xtcs > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-xtcs > thead > tr > th:nth-child(2) {
    width: auto;
}
.table-wgsf-xtcs > thead > tr > th:nth-child(3) {
    width: auto;
}
.table-wgsf-xtcs > thead > tr > th:nth-child(4) {
    width: 7em;
    text-align: center;
}
.table-wgsf-xtcs > thead > tr > th:nth-child(5) {
    width: 5em;
    text-align: center;
}
.table-wgsf-xtcs > tbody > tr > td:nth-child(1),
.table-wgsf-xtcs > tbody > tr > td:nth-child(4),
.table-wgsf-xtcs > tbody > tr > td:nth-child(5) {
    text-align: center;
}
.table-wgsf-dxmb {
    min-width: 1106px;
}
.table-wgsf-dxmb > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-dxmb > thead > tr > th:nth-child(2) {
    width: 5em;
}
.table-wgsf-dxmb > thead > tr > th:nth-child(3) {
    width: 10em;
}
.table-wgsf-dxmb > thead > tr > th:nth-child(4) {
    width: 20em;
}
.table-wgsf-dxmb > thead > tr > th:nth-child(5) {
    width: auto;
}
.table-wgsf-dxmb > thead > tr > th:nth-child(6) {
    width: 4em;
    text-align: center;
}
.table-wgsf-dxmb > tbody > tr > td:nth-child(1),
.table-wgsf-dxmb > tbody > tr > td:nth-child(6) {
    text-align: center;
}
.table-wgsf-wxmb {
    min-width: 1106px;
}
.table-wgsf-wxmb > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-wxmb > thead > tr > th:nth-child(2) {
    width: 7em;
}
.table-wgsf-wxmb > thead > tr > th:nth-child(3) {
    width: 5em;
}
.table-wgsf-wxmb > thead > tr > th:nth-child(4) {
    width: 30em;
}
.table-wgsf-wxmb > thead > tr > th:nth-child(5) {
    width: 15em;
}
.table-wgsf-wxmb > thead > tr > th:nth-child(6) {
    width: 40em;
}
.table-wgsf-wxmb > thead > tr > th:nth-child(7) {
    width: 4em;
    text-align: center;
}
.table-wgsf-wxmb > tbody > tr > td:nth-child(1),
.table-wgsf-wxmb > tbody > tr > td:nth-child(7) {
    text-align: center;
}
.table-splb {
    min-width: 480px;
}
.table-splb th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-splb th:nth-child(2) {
    width: auto;
}
.table-splb th:nth-child(3) {
    width: 8em;
    text-align: right;
}
.table-splb th:nth-child(4) {
    width: 10em;
    text-align: center;
}
.table-splb th:nth-child(5) {
    width: 7em;
    text-align: center;
}
.table-splb td:nth-child(1),
.table-splb td:nth-child(4),
.table-splb td:nth-child(5) {
    text-align: center;
}
.table-splb td:nth-child(3) {
    text-align: right;
}
.table-spxx {
    min-width: 983px;
}
.table-spxx th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-spxx th:nth-child(2) {
    width: 6em;
    text-align: center;
}
@media (max-width: 1665px) {
    .table-spxx th:nth-child(3) {
        width: 8em;
    }
}
@media (min-width: 1666px) {
    .table-spxx th:nth-child(3) {
        width: 12em;
    }
}
.table-spxx th:nth-child(4) {
    width: 7em;
}
@media (max-width: 1665px) {
    .table-spxx th:nth-child(5) {
        width: 12em;
    }
}
@media (min-width: 1666px) {
    .table-spxx th:nth-child(5) {
        width: auto;
    }
}
.table-spxx th:nth-child(6),
.table-spxx th:nth-child(7),
.table-spxx th:nth-child(8),
.table-spxx th:nth-child(9) {
    width: 5em;
    text-align: right;
}
.table-spxx th:nth-child(10) {
    width: 5em;
    text-align: center;
}
.table-spxx th:nth-child(11) {
    width: 7em;
    text-align: center;
}
.table-spxx td:nth-child(1),
.table-spxx td:nth-child(2),
.table-spxx td:nth-child(3) {
    text-overflow: inherit;
    white-space: inherit;
    overflow: inherit;
}
.table-spxx td:nth-child(10),
.table-spxx td:nth-child(11) {
    text-align: center;
}
.table-spxx td:nth-child(5) {
    text-overflow: inherit;
    white-space: inherit;
    overflow: inherit;
    font-size: 0.75em;
    color: #6c757d;
}
.table-spxx td:nth-child(6),
.table-spxx td:nth-child(7),
.table-spxx td:nth-child(8),
.table-spxx td:nth-child(9) {
    text-align: right;
}
.table-ddpz {
    min-width: 863px;
}
.table-ddpz th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-ddpz th:nth-child(2) {
    width: 0;
    column-width: 0;
}
.table-ddpz th:nth-child(4) {
    width: 10em;
}
.table-ddpz th:nth-child(5) {
    width: 5.5em;
    text-align: right;
}
.table-ddpz th:nth-child(6) {
    width: 5em;
}
.table-ddpz th:nth-child(9) {
    width: 10em;
    text-align: center;
}
.table-ddpz td:nth-child(5) {
    text-align: right;
}
.table-ddpz td:nth-child(9) {
    text-align: center;
}
.prd-dtls {
    height: 470px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    overflow: auto;
    padding: 0.5rem 0.25rem;
}
.prd-prop:not(:last-child) {
    margin-bottom: 0.5rem;
}
.prd-prop .name {
    display: flex;
    align-items: center;
}
.prd-prop .value {
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    min-height: 36px;
}
.prd-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 360px;
}
.prd-img-wrapper .prd-img {
    max-width: 100%;
    max-height: 100%;
}
.prd-img-wrapper .prd-img-action-bar {
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    width: 100%;
    text-align: center;
}
.prd-img-wrapper .prd-img-action-bar button {
    opacity: 0.75;
    width: 120px;
}
.prd-img-wrapper .prd-img-action-bar button:hover {
    opacity: 1;
}
.table-wgsf-dzgl-dzplcl {
    min-width: 2106px;
}
.table-wgsf-dzgl-dzplcl > thead > tr > th:nth-child(1) {
    width: 3em;
    text-align: center;
}
.table-wgsf-dzgl-dzplcl > thead > tr > th:nth-child(2) {
    width: 22em;
}
.table-wgsf-dzgl-dzplcl > thead > tr > th:nth-child(3) {
    width: 12em;
}
.table-wgsf-dzgl-dzplcl > thead > tr > th:nth-child(4) {
    width: 10em;
}
.table-wgsf-dzgl-dzplcl > thead > tr > th:nth-child(5) {
    width: 13em;
}
.table-wgsf-dzgl-dzplcl > thead > tr > th:nth-child(6) {
    width: 6em;
    text-align: center;
}
.table-wgsf-dzgl-dzplcl > thead > tr > th:nth-child(7) {
    width: 14em;
    text-align: center;
}
.table-wgsf-dzgl-dzplcl > thead > tr > th:nth-child(8) {
    width: 7em;
    text-align: center;
}
.table-wgsf-dzgl-dzplcl > thead > tr > th:nth-child(9) {
    width: 6em;
    text-align: center;
}
.table-wgsf-dzgl-dzplcl > thead > tr > th:nth-child(10) {
    width: 6em;
    text-align: center;
}
.table-wgsf-dzgl-dzplcl > thead > tr > th:nth-child(11) {
    width: 6em;
    text-align: right;
}
.table-wgsf-dzgl-dzplcl > thead > tr > th:nth-child(12) {
    width: 6em;
    text-align: right;
}
.table-wgsf-dzgl-dzplcl > thead > tr > th:nth-child(13) {
    width: 5em;
    text-align: right;
}
.table-wgsf-dzgl-dzplcl > thead > tr > th:nth-child(14) {
    width: 5em;
    text-align: right;
}
.table-wgsf-dzgl-dzplcl > thead > tr > th:nth-child(15) {
    width: 25em;
}

/*# sourceMappingURL=main.css.map */
